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:
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
|
#+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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue