Variable: ibuffer-save-with-custom

ibuffer-save-with-custom is a customizable variable defined in ibuf-ext.el.gz.

Value

t

Documentation

If non-nil, then use Custom to save interactively changed variables.

Currently, this only applies to ibuffer-saved-filters and ibuffer-saved-filter-groups.

Source Code

;; Defined in /usr/src/emacs/lisp/ibuf-ext.el.gz
(defcustom ibuffer-save-with-custom t
  "If non-nil, then use Custom to save interactively changed variables.
Currently, this only applies to `ibuffer-saved-filters' and
`ibuffer-saved-filter-groups'."
  :type 'boolean
  :group 'ibuffer)