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:
Itai Y. Efrat 2021-06-29 20:03:26 +03:00
parent 53e2c32a69
commit 3283acbde9

View file

@ -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