selectrum: add preview debounce for consult-theme
This commit is contained in:
parent
2e6a04e536
commit
78955d8a64
1 changed files with 6 additions and 1 deletions
|
@ -81,7 +81,12 @@
|
||||||
+default/search-cwd +default/search-other-cwd
|
+default/search-cwd +default/search-other-cwd
|
||||||
+default/search-notes-for-symbol-at-point
|
+default/search-notes-for-symbol-at-point
|
||||||
consult--source-file consult--source-project-file consult--source-bookmark
|
consult--source-file consult--source-project-file consult--source-bookmark
|
||||||
:preview-key (list (kbd "C-SPC") (kbd "C-M-j") (kbd "C-M-k"))))
|
:preview-key (list (kbd "C-SPC") (kbd "C-M-j") (kbd "C-M-k")))
|
||||||
|
(consult-customize
|
||||||
|
consult-theme
|
||||||
|
:preview-key
|
||||||
|
(list (kbd "C-SPC") (kbd "C-M-j") (kbd "C-M-k")
|
||||||
|
:debounce 0.5 'any)))
|
||||||
|
|
||||||
(use-package! consult-flycheck
|
(use-package! consult-flycheck
|
||||||
:when (featurep! :checkers syntax)
|
:when (featurep! :checkers syntax)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue