From 15ae9ea06bdc08a8745db0db09e2519ca0566ace Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 31 Jan 2026 11:16:10 -0500 Subject: [PATCH] switch default theme to zenburn I find myself using it way more --- lisp/themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/themes.el b/lisp/themes.el index 6efc84c..c7db9ec 100644 --- a/lisp/themes.el +++ b/lisp/themes.el @@ -59,8 +59,8 @@ (defalias 'dark-theme #'gruvbox-dark-hard-theme) (defalias 'light-theme #'gruvbox-light-hard-theme) -;; enable dark theme by default -(dark-theme) +;; defalut theme +(zenburn-theme) (global-set-key (kbd "C-c C-t C-d") #'dark-theme) (global-set-key (kbd "C-c C-t C-l") #'light-theme) -- 2.38.4