Variable: hippie-expand-ignore-buffers

hippie-expand-ignore-buffers is a customizable variable defined in hippie-exp.el.gz.

Value

("^ \\*.*\\*$" dired-mode)

Documentation

A list specifying which buffers not to search (if not current).

Can contain both regexps matching buffer names (as strings) and major modes
(as atoms).

Source Code

;; Defined in /usr/src/emacs/lisp/hippie-exp.el.gz
(defcustom hippie-expand-ignore-buffers '("^ \\*.*\\*$" dired-mode)
  "A list specifying which buffers not to search (if not current).
Can contain both regexps matching buffer names (as strings) and major modes
\(as atoms)."
  :type '(repeat (choice regexp (symbol :tag "Major Mode"))))