From 8c3bf2debf2ad80c9583c16cffeb44e7333d1a2f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 2 Apr 2020 14:37:09 +0100 Subject: Set Gruvbox theme as my default Emacs theme I want to use a dark theme for awhile. --- emacs/.emacs.d/wpc/wpc-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/wpc/wpc-ui.el') 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) -- cgit 1.4.1