[emacs] Set theme to gruvbox

This commit is contained in:
Correl Roush 2021-01-09 16:07:47 -05:00
parent dee21dc488
commit 7bcd26cee5

View file

@ -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