aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-07-05 11:33:27 -0500
committershoshin <shoshin@cicadas.surf>2022-07-05 11:33:27 -0500
commitec31441f86cd2876a7223cea9bf053b21bcce9ce (patch)
treeb5bff196e257ea537b795eff0977a39e2491c8df
parent984240b6ef8ca5c1c79ba9a124a2883598202501 (diff)
Add: [consult][themes] filter to my-chosen-themes var
-rw-r--r--shoshin-config.el3
-rw-r--r--shoshin-config.org3
2 files changed, 4 insertions, 2 deletions
diff --git a/shoshin-config.el b/shoshin-config.el
index 293377d..28de47b 100644
--- a/shoshin-config.el
+++ b/shoshin-config.el
@@ -40,7 +40,8 @@
(define-key xah-fly-command-map (kbd "n") #'consult-line)
(with-eval-after-load 'consult
- (consult-customize consult-theme :preview-key '(:debounce 0.5 any)))
+ (consult-customize consult-theme :preview-key '(:debounce 0.5 any))
+ (setq consult-themes my-chosen-themes))
(package-install 'embark)
diff --git a/shoshin-config.org b/shoshin-config.org
index c730ddd..42fc8f0 100644
--- a/shoshin-config.org
+++ b/shoshin-config.org
@@ -321,7 +321,8 @@ changing with every keypress.
#+begin_src emacs-lisp
(with-eval-after-load 'consult
- (consult-customize consult-theme :preview-key '(:debounce 0.5 any)))
+ (consult-customize consult-theme :preview-key '(:debounce 0.5 any))
+ (setq consult-themes my-chosen-themes))
#+end_src
*** TODO consult-project-buffer