1
0
Fork 0
This commit is contained in:
Von Random 2023-01-06 20:01:56 +02:00
parent 4526a1aead
commit 4fefa2f242
3 changed files with 50 additions and 17 deletions

View file

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