mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +00:00
[emacs] Switch to ETBookOT for variable-pitch text
This commit is contained in:
parent
4c69476474
commit
8bc0fe1d65
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue