From 26921d37cb6a79d411432cd71ba6520d4dc17e5b Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Sat, 21 Jan 2023 15:25:39 -0600 Subject: Add: show all themes toggle command --- shoshimacs.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shoshimacs.el') diff --git a/shoshimacs.el b/shoshimacs.el index 452f914..ecc6417 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -107,6 +107,10 @@ (consult-customize consult-theme :preview-key '(:debounce 0.5 any)) (setq consult-themes my-chosen-themes)) +(defun my-show-all-themes () + (interactive) + (setq consult-themes nil)) + (package-install 'embark) (package-install 'embark-consult) (global-set-key (kbd "C-;") #'embark-act) -- cgit v1.2.3