Variable: avy-background

avy-background is a customizable variable defined in avy.el.

Value

nil

Documentation

When non-nil, a gray background will be added during the selection.

Source Code

;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-background nil
  "When non-nil, a gray background will be added during the selection."
  :type 'boolean)