diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index c7f911b..d8dc634 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -26,10 +26,8 @@ suffers, so we have Fira Mono to fall back on. #+BEGIN_SRC emacs-lisp (setq doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12)) -;(setq doom-font (font-spec :family "Go Mono" :size 12)) (setq doom-big-font (font-spec :family "FuraCode Nerd Font Mono" :size 18)) - -(setq doom-theme 'doom-one) +(setq doom-theme 'kaolin-aurora) #+END_SRC ** Borders