Variable: eshell-mode-hook
eshell-mode-hook is a customizable variable defined in esh-mode.el.gz.
Value
nil
Documentation
A hook that gets run when eshell-mode(var)/eshell-mode(fun) is entered.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-mode-hook nil
"A hook that gets run when `eshell-mode' is entered."
:type 'hook)