Variable: avy-ignored-modes

avy-ignored-modes is a customizable variable defined in avy.el.

Value

(image-mode doc-view-mode pdf-view-mode)

Documentation

List of modes to ignore when searching for candidates.

Typically, these modes don't use the text representation.

Source Code

;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-ignored-modes '(image-mode doc-view-mode pdf-view-mode)
  "List of modes to ignore when searching for candidates.
Typically, these modes don't use the text representation."
  :type 'list)