From ec31441f86cd2876a7223cea9bf053b21bcce9ce Mon Sep 17 00:00:00 2001 From: shoshin Date: Tue, 5 Jul 2022 11:33:27 -0500 Subject: Add: [consult][themes] filter to my-chosen-themes var --- shoshin-config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shoshin-config.org') 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 -- cgit v1.2.3