Variable: avy-highlight-first
avy-highlight-first is a customizable variable defined in avy.el.
Value
nil
Documentation
When non-nil highlight the first decision char with avy-lead-face-0.
Do this even when the char is terminating.
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-highlight-first nil
"When non-nil highlight the first decision char with `avy-lead-face-0'.
Do this even when the char is terminating."
:type 'boolean)