[emacs] Update default font

This commit is contained in:
Correl Roush 2021-06-28 19:36:53 -04:00
parent 9dfdc1aa28
commit 5628ffdbe8

View file

@ -8,6 +8,10 @@ I'm feeling the gruvbox theme lately.
#+begin_src emacs-lisp
(setq doom-theme 'doom-gruvbox)
#+end_src
** Default font
#+begin_src emacs-lisp
(setq doom-font (font-spec :family "Inconsolata" :size 20))
#+end_src
** Dashboard
Customize the Doom Emacs dashboard with commissioned artwork, chosen randomly.
The dashboard can be reloaded with the =g= key.