Variable: eshell-first-time-mode-hook
eshell-first-time-mode-hook is a customizable variable defined in
esh-mode.el.gz.
Value
nil
Documentation
A hook that gets run the first time eshell-mode(var)/eshell-mode(fun) is entered.
That is to say, the first time during an Emacs session.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-first-time-mode-hook nil
"A hook that gets run the first time `eshell-mode' is entered.
That is to say, the first time during an Emacs session."
:type 'hook)