[emacs] Adjust variable pitch font size

This commit is contained in:
Correl Roush 2021-10-01 16:21:47 -04:00
parent 0d642dc03c
commit 61bb98686b

View file

@ -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