branch: externals/consult
commit 6c1bd8e3830bc8fa09d053ca7d16d005d6c249b4
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Reduce consult-async-refresh-delay to 0.1
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 593c3d6c94..aa15cf60ef 100644
--- a/consult.el
+++ b/consult.el
@@ -94,7 +94,7 @@ for a project directory.  The root directory is used by
           (function :tag "Custom function")
           (const :tag "No project integration" nil)))
 
-(defcustom consult-async-refresh-delay 0.2
+(defcustom consult-async-refresh-delay 0.1
   "Refreshing delay of the completion UI for asynchronous commands.
 
 The completion UI is only updated every

Reply via email to