1
0
Fork 0

some fonts, move configs around

This commit is contained in:
Von Random 2022-12-28 19:26:15 +02:00
parent 402e15e91f
commit 88e46f1b04
11 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
* Aesthetics
Font and theme
#+begin_src emacs-lisp
(setq doom-font (font-spec :family "JetBrains Mono" :size 15)
(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 15)
doom-variable-pitch-font (font-spec :family "PT Sans"))
(setq doom-theme 'doom-gruvbox)
#+end_src