diff --git a/.doom.d/config.org b/.doom.d/config.org index e6943a5..6aee253 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -13,6 +13,12 @@ them in =init.el= by default). (setf custom-safe-themes t) #+END_SRC + +* Theme +I'm feeling the gruvbox theme lately. +#+begin_src emacs-lisp + (setq doom-theme 'doom-gruvbox) +#+end_src * UX Improvements ** Disable C-z backgrounding when the GUI is loaded