diff options
author | shoshin <shoshin@cicadas.surf> | 2022-07-02 12:46:50 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-07-02 12:46:50 -0500 |
commit | 7c6f0f0e368b991f6eee9e256c77904c59da4c4e (patch) | |
tree | 94571deffc4faa881f5e42f38c40e19f4716c940 /shoshin-config.org | |
parent | 263032646f5a73aeb3a60a5035b53a20377e4b83 (diff) |
Fix: with-eval-after-load [consult] custom command
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 |