summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-02-12 20:57:55 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2022-02-12 20:57:55 +0100
commit0c735c2362877bf72856195f9b91c64634968f7c (patch)
treefebf22b918d946fc4095306ae2d98c38c728f90f
parentdf6431381471983bd53e1ae8bec6e48dc97b954f (diff)
Increase corfu-echo-documentation to 1.0 by default
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu.el b/corfu.el
index b9f0767..b92813c 100644
--- a/corfu.el
+++ b/corfu.el
@@ -131,7 +131,7 @@ separator: Only stay alive if there is no match and
"Width of the bar in units of the character width."
:type 'float)
-(defcustom corfu-echo-documentation 0.5
+(defcustom corfu-echo-documentation 1.0
"Show documentation string in the echo area after that number of seconds."
:type '(choice boolean float))