Skip to content

Commit

Permalink
fix(vertico): consult-theme: invalid preview key error
Browse files Browse the repository at this point in the history
  • Loading branch information
shartf authored and SadSock committed Feb 22, 2023
1 parent ba0326f commit 5667c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/completion/vertico/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5667c8d

Please sign in to comment.