diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-02T13·37+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-02T13·37+0100 |
commit | 8c3bf2debf2ad80c9583c16cffeb44e7333d1a2f (patch) | |
tree | ece3a5633685b5af3eb9cdb1282eedd81664a6ab /emacs | |
parent | be13644f1c8190957fd10139a7f116e168222502 (diff) |
Set Gruvbox theme as my default Emacs theme
I want to use a dark theme for awhile.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el index 49bed84fdf7b..f165e8c5eac3 100644 --- a/emacs/.emacs.d/wpc/wpc-ui.el +++ b/emacs/.emacs.d/wpc/wpc-ui.el @@ -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) |