emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu 12d3059 1/2: corfu-echo-documentation: Use a smal


From: ELPA Syncer
Subject: [elpa] externals/corfu 12d3059 1/2: corfu-echo-documentation: Use a smaller delay
Date: Thu, 22 Jul 2021 11:57:08 -0400 (EDT)

branch: externals/corfu
commit 12d3059a23efa8cf0d4f8a1a26ef662f27904edb
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    corfu-echo-documentation: Use a smaller delay
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 6cf98ce..fbb87ad 100644
--- a/corfu.el
+++ b/corfu.el
@@ -93,7 +93,7 @@ completion began less than that number of seconds ago."
   "Width of the bar in units of the character width."
   :type 'float)
 
-(defcustom corfu-echo-documentation 0.5
+(defcustom corfu-echo-documentation 0.25
   "Show documentation string in the echo area after that number of seconds."
   :type '(choice boolean float))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]