fix(vertico): consult-theme: invalid preview key error
Fix: #7064
Amend: 642f88ad99
This commit is contained in:
parent
986573a4a2
commit
92c9e93ed7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue