about summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-04-02T13·37+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-04-02T13·37+0100
commit8c3bf2debf2ad80c9583c16cffeb44e7333d1a2f (patch)
treeece3a5633685b5af3eb9cdb1282eedd81664a6ab /emacs
parentbe13644f1c8190957fd10139a7f116e168222502 (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.el2
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)