Variable: dabbrev-ignored-buffer-modes

dabbrev-ignored-buffer-modes is a customizable variable defined in dabbrev.el.gz.

Value

(archive-mode image-mode)

Documentation

Inhibit looking for abbreviations in buffers derived from these modes.

See also dabbrev-ignored-buffer-names and dabbrev-ignored-buffer-regexps.

This variable was added, or its default value changed, in Emacs 29.1.

View in manual

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/dabbrev.el.gz
(defcustom dabbrev-ignored-buffer-modes '(archive-mode image-mode)
  "Inhibit looking for abbreviations in buffers derived from these modes.
See also `dabbrev-ignored-buffer-names' and
`dabbrev-ignored-buffer-regexps'."
  :type '(repeat symbol)
  :version "29.1")