[emacs] Switch to ETBookOT for variable-pitch text

This commit is contained in:
Correl Roush 2020-02-06 10:57:06 -05:00
parent 4c69476474
commit 8bc0fe1d65

View file

@ -25,11 +25,12 @@ outside of a terminal session.
(global-unset-key (kbd "C-z")))
#+end_src
** Mixed Pitch
Facilitates mixing monospace and proportional fonts.
Facilitates mixing monospace and proportional fonts. I'm using an MIT-licensed
version of the [[https://github.com/edwardtufte/et-book][Edward Tufte book font]] because it's /gorgeous/.
#+begin_src emacs-lisp
(use-package! mixed-pitch
:hook ((org-mode markdown-mode rst-mode) . mixed-pitch-mode))
(setq doom-variable-pitch-font (font-spec :family "DejaVu Serif"))
(setq doom-variable-pitch-font (font-spec :family "ETBookOT" :size 19))
#+end_src
* Dashboard
#+begin_src emacs-lisp