Variable: ibuffer-default-directory
ibuffer-default-directory is a customizable variable defined in
ibuffer.el.gz.
Value
nil
Documentation
The default directory to use for a new Ibuffer buffer.
If nil, inherit the directory of the buffer in which ibuffer was
called. Otherwise, this variable should be a string naming a
directory, like default-directory.
Source Code
;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defcustom ibuffer-default-directory nil
"The default directory to use for a new Ibuffer buffer.
If nil, inherit the directory of the buffer in which `ibuffer' was
called. Otherwise, this variable should be a string naming a
directory, like `default-directory'."
:type '(choice (const :tag "Inherit" :value nil)
string))