mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-23 03:00:08 +00:00
[emacs] Adjust variable pitch font size
This commit is contained in:
parent
0d642dc03c
commit
61bb98686b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ version of the [[https://github.com/edwardtufte/et-book][Edward Tufte book font]
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package! mixed-pitch
|
(use-package! mixed-pitch
|
||||||
:hook ((org-mode markdown-mode rst-mode) . mixed-pitch-mode))
|
:hook ((org-mode markdown-mode rst-mode) . mixed-pitch-mode))
|
||||||
(setq doom-variable-pitch-font (font-spec :family "ETBookOT" :size 19))
|
(setq doom-variable-pitch-font (font-spec :family "ETBookOT"))
|
||||||
#+end_src
|
#+end_src
|
||||||
* UX Improvements
|
* UX Improvements
|
||||||
** Disable C-z backgrounding when the GUI is loaded
|
** Disable C-z backgrounding when the GUI is loaded
|
||||||
|
|
Loading…
Reference in a new issue