Set Gruvbox theme as my default Emacs theme

I want to use a dark theme for awhile.
This commit is contained in:
William Carroll 2020-04-02 14:37:09 +01:00
parent be13644f1c
commit 8c3bf2debf

View file

@ -173,7 +173,7 @@
(laptop-battery/display))
;; Load a theme
(colorscheme/set 'doom-one)
(themes/set "Gruvbox")
;; Use the Doom modeline
(use-package 'doom-modeline)