Variable: avy-single-candidate-jump

avy-single-candidate-jump is a customizable variable defined in avy.el.

Value

t

Documentation

In case there is only one candidate jumps directly to it.

Source Code

;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-single-candidate-jump t
  "In case there is only one candidate jumps directly to it."
  :type 'boolean)