mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
selectrum: use default values for consult async timers
unclear why `consult-async-input-(debounce|throttle)` were set to custom higher values in the first place.
This commit is contained in:
@ -92,9 +92,7 @@
|
|||||||
(setq consult-project-root-function #'doom-project-root
|
(setq consult-project-root-function #'doom-project-root
|
||||||
completion-in-region-function #'consult-completion-in-region
|
completion-in-region-function #'consult-completion-in-region
|
||||||
consult-narrow-key "<"
|
consult-narrow-key "<"
|
||||||
consult-line-numbers-widen t
|
consult-line-numbers-widen t)
|
||||||
consult-async-input-debounce 0.5
|
|
||||||
consult-async-input-throttle 0.8)
|
|
||||||
(consult-customize
|
(consult-customize
|
||||||
consult-ripgrep consult-git-grep consult-grep
|
consult-ripgrep consult-git-grep consult-grep
|
||||||
consult-bookmark consult-recent-file
|
consult-bookmark consult-recent-file
|
||||||
|
Reference in New Issue
Block a user