branch: externals/consult commit 88c1e64969f947fdf644440e93ba0fde83e3f073 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Async: Refresh more often --- consult.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consult.el b/consult.el index c29bc09..ca6ec7c 100644 --- a/consult.el +++ b/consult.el @@ -84,7 +84,7 @@ This is the key representation accepted by `define-key'." The root directory is used by `consult-buffer' and `consult-grep'." :type '(choice function (const nil))) -(defcustom consult-async-refresh-delay 0.4 +(defcustom consult-async-refresh-delay 0.2 "Refreshing delay of the completion ui for asynchronous commands. The completion ui is only updated every `consult-async-refresh-delay' @@ -92,7 +92,7 @@ seconds. This applies to asynchronous commands like for example `consult-grep'." :type 'float) -(defcustom consult-async-input-throttle 0.5 +(defcustom consult-async-input-throttle 0.4 "Input throttle for asynchronous commands. The asynchronous process is started only every