Variable: avy-enter-times-out

avy-enter-times-out is a customizable variable defined in avy.el.

Value

t

Documentation

Whether enter exits avy-goto-char-timer early. If nil it matches newline

Source Code

;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-enter-times-out t
  "Whether enter exits avy-goto-char-timer early. If nil it matches newline"
  :type 'boolean)