Variable: ibuffer-hook
ibuffer-hook is a customizable variable defined in ibuffer.el.gz.
Value
nil
Documentation
Hook run when ibuffer is called.
Source Code
;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defcustom ibuffer-hook nil
"Hook run when `ibuffer' is called."
:type 'hook)