aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el4
1 files changed, 4 insertions, 0 deletions
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)