Variable: avy-indent-line-overlay

avy-indent-line-overlay is a customizable variable defined in avy.el.

Value

nil

Documentation

When non-nil, display line overlay next to the first non-whitespace character.

This affects avy-goto-line.

Source Code

;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-indent-line-overlay nil
  "When non-nil, display line overlay next to the first non-whitespace character.
This affects `avy-goto-line'."
  :type 'boolean)