From 7c6f0f0e368b991f6eee9e256c77904c59da4c4e Mon Sep 17 00:00:00 2001 From: shoshin Date: Sat, 2 Jul 2022 12:46:50 -0500 Subject: Fix: with-eval-after-load [consult] custom command --- 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 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 -- cgit v1.2.3