From 92c9e93ed7b0ca4d32cdc0d1b7749553d160552f Mon Sep 17 00:00:00 2001 From: shartf Date: Tue, 21 Feb 2023 10:54:26 +0100 Subject: [PATCH] fix(vertico): consult-theme: invalid preview key error Fix: #7064 Amend: 642f88ad99ba --- modules/completion/vertico/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/vertico/config.el b/modules/completion/vertico/config.el index f2e0e7a42..1180abaf6 100644 --- a/modules/completion/vertico/config.el +++ b/modules/completion/vertico/config.el @@ -150,7 +150,7 @@ orderless." :preview-key "C-SPC") (consult-customize consult-theme - :preview-key (list (kbd "C-SPC") :debounce 0.5 'any)) + :preview-key (list "C-SPC" :debounce 0.5 'any)) (when (modulep! :lang org) (defvar +vertico--consult-org-source (list :name "Org Buffer"