This commit is contained in:
2021-02-04 17:50:27 -05:00
parent 6c062038ce
commit cacd0919c5
7 changed files with 139 additions and 38 deletions

View File

@ -19,7 +19,7 @@ to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
for it's retro charm. Nimbus just doesn't look great when I'm tired though.
#+BEGIN_SRC emacs-lisp
(setq doom-theme 'doom-Iosvkem
doom-font (font-spec :family "Iosevka" :size 13 :weight 'regular)
doom-font (font-spec :family "Iosevka" :size 12 :weight 'regular)
doom-big-font (font-spec :family "Iosevka" :size 18)
doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
#+END_SRC