From 8c7bc8cd26b9b98273305d8b43312e9225b5f9fb Mon Sep 17 00:00:00 2001 From: David Florness Date: Wed, 13 Nov 2024 13:00:59 -0500 Subject: [PATCH] create alias to disable all themes it's a bit easier to type --- lisp/themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/themes.el b/lisp/themes.el index c608c60..7f7e5cc 100644 --- a/lisp/themes.el +++ b/lisp/themes.el @@ -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) -- 2.38.4