1
0
Fork 0
mirror of https://github.com/correl/dotfiles.git synced 2025-04-01 19:07:51 -09:00

[emacs] Reduce font size

This commit is contained in:
Correl Roush 2021-08-02 15:47:03 -04:00
parent 158b825cd5
commit 0ed07d5c17

View file

@ -10,7 +10,7 @@ I'm feeling the gruvbox theme lately.
#+end_src #+end_src
** Default font ** Default font
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq doom-font (font-spec :family "Inconsolata" :size 20)) (setq doom-font (font-spec :family "Inconsolata" :size 16))
#+end_src #+end_src
** Dashboard ** Dashboard
Customize the Doom Emacs dashboard with commissioned artwork, chosen randomly. Customize the Doom Emacs dashboard with commissioned artwork, chosen randomly.