diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-05-07 22:24:35 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-05-17 09:59:37 +0200 |
commit | 44e3ea994965bff373ae4cc87caf1fbe5d1822a5 (patch) | |
tree | 14a82be7f20caa486a0755c5d315d8c4a8aca26e | |
parent | a436277764f8bca7057f54b76228d809e7340b05 (diff) | |
download | dotfiles-44e3ea994965bff373ae4cc87caf1fbe5d1822a5.tar.gz dotfiles-44e3ea994965bff373ae4cc87caf1fbe5d1822a5.tar.bz2 dotfiles-44e3ea994965bff373ae4cc87caf1fbe5d1822a5.zip |
Smaller font
-rw-r--r-- | config/doom/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 20b58a5..41c20ee 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -11,7 +11,7 @@ * Editor ** Theme #+begin_src emacs-lisp -(setq doom-font (font-spec :family "monospace" :size 22 :weight 'semi-light)) +(setq doom-font (font-spec :family "DejaVuSansMono Nerd Font" :size 18 :weight 'semi-light)) (setq doom-theme 'doom-gruvbox) #+end_src This determines the style of line numbers in effect. If set to `nil', line |