diff options
-rw-r--r-- | doom.d/modules/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org index 3df750f..0936a02 100644 --- a/doom.d/modules/config.org +++ b/doom.d/modules/config.org @@ -17,7 +17,7 @@ Load the literate.el file to start parsing. (after! core-keybinds (setq doom-localleader-key ",") (setq doom-theme 'doom-molokai) - (setq doom-font (font-spec :family "Hack" :size 20))) + (setq doom-font (font-spec :family "Hack" :size 17))) #+END_SRC - Set the doom localleader to "," because it's faster - Using the font [[https://sourcefoundry.org/hack/][Hack]] with Fira code ligatures |