~edwargix/emacs.d

8c7bc8cd26b9b98273305d8b43312e9225b5f9fb — David Florness 8 months ago 16aab12
create alias to disable all themes

it's a bit easier to type
1 files changed, 1 insertions(+), 0 deletions(-)

M lisp/themes.el
M lisp/themes.el => lisp/themes.el +1 -0
@@ 42,6 42,7 @@

(use-theme zenburn-theme (zenburn))

(defalias 'no-themes #'disable-current-themes)
(defalias 'dark-theme #'gruvbox-dark-hard-theme)
(defalias 'light-theme #'gruvbox-light-hard-theme)