Variable: ibuffer-load-hook
ibuffer-load-hook is a customizable variable defined in ibuffer.el.gz.
This variable is obsolete since 28.1; use with-eval-after-load
instead.
Value
nil
Documentation
Hook run when Ibuffer is loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defcustom ibuffer-load-hook nil
"Hook run when Ibuffer is loaded."
:type 'hook)