diff options
Diffstat (limited to 'shoshin-config.org')
-rw-r--r-- | shoshin-config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shoshin-config.org b/shoshin-config.org index 53a57e2..7f34b02 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -282,7 +282,8 @@ this way you can scroll / narrow your list of themes without the colors changing with every keypress. #+begin_src emacs-lisp - (consult-customize consult-theme :preview-key '(:debounce 0.5 any)) + (with-eval-after-load 'consult + (consult-customize consult-theme :preview-key '(:debounce 0.5 any))) #+end_src *** TODO consult-project-buffer |