diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-21 22:36:03 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-21 22:36:03 +0100 |
| commit | f8bed9212eb79bbcdade7ab3104702a3a118cfe2 (patch) | |
| tree | 4fc91c319e5af8f78777b0232eda8c9ad169989e /extensions/corfu-echo.el | |
| parent | 076073dd3d17f66cfd398cad4125cf6703b42a46 (diff) | |
corfu-popupinfo: Fix timer handling
Diffstat (limited to 'extensions/corfu-echo.el')
| -rw-r--r-- | extensions/corfu-echo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/corfu-echo.el b/extensions/corfu-echo.el index 21637b7..4613e0b 100644 --- a/extensions/corfu-echo.el +++ b/extensions/corfu-echo.el @@ -39,7 +39,7 @@ "Face used for echo area messages." :group 'corfu-faces) -(defcustom corfu-echo-delay '(1.0 . 0.5) +(defcustom corfu-echo-delay '(2.0 . 1.0) "Show documentation string in the echo area after that number of seconds. Set to t for an instant message. The value can be a pair of two floats to specify initial and subsequent delay." |
