diff --git a/config/doom/config.org b/config/doom/config.org index b3161d0..5418284 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -1,7 +1,7 @@ -* Theme +* Theme und Font #+begin_src emacs-lisp - +(setq doom-font (font-spec :family "JetBrainsMono Nerd Font Mono" :size 14)) (setq doom-theme 'doom-gruvbox) #+end_src