From 4f8c68c782aafaeba7c71c0bb1ee3b83da24ce0f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 20 Oct 2019 19:54:17 -0400 Subject: [PATCH] Change #emacs to use the wombat theme --- emacs/.config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index 8951739..d99bcd8 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -10,7 +10,7 @@ (setq user-full-name "Colin Powell" user-mail-address "colin@onec.me") -(setq doom-theme 'doom-outrun-electric) +(setq doom-theme 'wombat) ;; Fonts (setq doom-font (font-spec :family "Sudo" :size 15))