From 7bcd26cee5b3b645f37d31782ad9db7b39ad1f45 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Sat, 9 Jan 2021 16:07:47 -0500 Subject: [PATCH] [emacs] Set theme to gruvbox --- .doom.d/config.org | 6 ++++++ 1 file changed, 6 insertions(+) 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