mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
fix(vertico): consult-theme: invalid preview key error
Fix: #7064
Amend: 642f88ad99
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user