From 08eb51a6bd5bff7e996ac2d57e078f0c1690cb1b Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 10 Apr 2024 13:44:47 -0700 Subject: [PATCH] Fix consult preview key --- thoom-emacs/modules/thoom-completion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thoom-emacs/modules/thoom-completion.el b/thoom-emacs/modules/thoom-completion.el index 80671a2..d388986 100644 --- a/thoom-emacs/modules/thoom-completion.el +++ b/thoom-emacs/modules/thoom-completion.el @@ -62,7 +62,7 @@ ;; :preview-key on a per-command basis using the `consult-customize' macro. (consult-customize consult-theme - :preview-key '(:debounce 0.5 'any) + :preview-key '(:debounce 0.5 any) consult-ripgrep consult-git-grep consult-grep consult-bookmark consult-recent-file consult-xref consult--source-bookmark consult--source-recent-file