Variable: ibuffer-default-display-maybe-show-predicates

ibuffer-default-display-maybe-show-predicates is a customizable variable defined in ibuffer.el.gz.

Value

nil

Documentation

Non-nil means show buffers that match ibuffer-maybe-show-predicates.

Source Code

;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defcustom ibuffer-default-display-maybe-show-predicates nil
  "Non-nil means show buffers that match `ibuffer-maybe-show-predicates'."
  :type 'boolean)