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.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'shoshimacs.org') diff --git a/shoshimacs.org b/shoshimacs.org index 2950290..fe1b1f0 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -470,6 +470,16 @@ changing with every keypress. (setq consult-themes my-chosen-themes)) #+end_src +I set a special list of ~my-chosen-themes~ but sometimes I want to turn it +off. Its nice to have a filtered list most times, but sometimes I just want +all of them in the ~consult-themes~ list. + +#+begin_src emacs-lisp + (defun my-show-all-themes () + (interactive) + (setq consult-themes nil)) +#+end_src + *** TODO consult-project-buffer how do project buffers get filtered? i'm seeing buffers assigned to a project -- cgit v1.2.3