1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 02:40:46 -08:00

Account for echo-keystrokes = which-key-idle-delay

Ref #123
This commit is contained in:
justbur 2016-05-12 08:39:38 -04:00
parent e151eebebf
commit 796d0ccefb

View file

@ -68,7 +68,7 @@ this behavior."
:type 'float)
(defcustom which-key-echo-keystrokes (if (and echo-keystrokes
(> echo-keystrokes
(> (+ echo-keystrokes 0.01)
which-key-idle-delay))
(/ (float which-key-idle-delay) 4)
echo-keystrokes)