From 5667c8d97d353e2c8526b82a3caeaf3f92d870b1 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 f2e0e7a42087..1180abaf6499 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"