mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-24 19:19:52 +00:00
[emacs] Reduce font size
This commit is contained in:
parent
158b825cd5
commit
0ed07d5c17
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ I'm feeling the gruvbox theme lately.
|
|||
#+end_src
|
||||
** Default font
|
||||
#+begin_src emacs-lisp
|
||||
(setq doom-font (font-spec :family "Inconsolata" :size 20))
|
||||
(setq doom-font (font-spec :family "Inconsolata" :size 16))
|
||||
#+end_src
|
||||
** Dashboard
|
||||
Customize the Doom Emacs dashboard with commissioned artwork, chosen randomly.
|
||||
|
|
Loading…
Reference in a new issue