Variable: avy-all-windows

avy-all-windows is a customizable variable defined in avy.el.

Value

t

Documentation

Determine the list of windows to consider in search of candidates.

Source Code

;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-all-windows t
  "Determine the list of windows to consider in search of candidates."
  :type
  '(choice
    (const :tag "All Frames" all-frames)
    (const :tag "This Frame" t)
    (const :tag "This Window" nil)))