Tech News
← Home  ·  All topics

Consult

1 GoKawiil brief on this topic

Emacs Consult package's async search delays are configurable, not a bug

The Consult package for Emacs deliberately delays asynchronous search commands like consult-ripgrep and consult-grep using debounce, throttle, and refresh-delay settings rather than firing a new search on every keystroke. Users can lower these default values, such as setting consult-async-input-debounce to 0.05 seconds, to make the interface feel snappier and closer to how Counsel behaves.