~font size 20 -> 17

This commit is contained in:
AChavali
2020-01-05 22:49:29 +00:00
parent 079f2d6561
commit fd0c0c4361

View File

@@ -17,7 +17,7 @@ Load the literate.el file to start parsing.
(after! core-keybinds (after! core-keybinds
(setq doom-localleader-key ",") (setq doom-localleader-key ",")
(setq doom-theme 'doom-molokai) (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 #+END_SRC
- Set the doom localleader to "," because it's faster - Set the doom localleader to "," because it's faster
- Using the font [[https://sourcefoundry.org/hack/][Hack]] with Fira code ligatures - Using the font [[https://sourcefoundry.org/hack/][Hack]] with Fira code ligatures