Variable: eshell-load-hook
eshell-load-hook is a customizable variable defined in eshell.el.gz.
Value
nil
Documentation
A hook run once Eshell has been loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/eshell.el.gz
(defcustom eshell-load-hook nil
"A hook run once Eshell has been loaded."
:type 'hook
:group 'eshell)