switch default theme to zenburn I find myself using it way more
1 files changed, 2 insertions(+), 2 deletions(-) M lisp/themes.el
M lisp/themes.el => lisp/themes.el +2 -2
@@ 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)