Variable: avy-timeout-seconds

avy-timeout-seconds is a customizable variable defined in avy.el.

Value

0.5

Documentation

How many seconds to wait for the second char.

Source Code

;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-timeout-seconds 0.5
  "How many seconds to wait for the second char."
  :type 'float)