Variable: eshell-after-initialize-hook

eshell-after-initialize-hook is a customizable variable defined in esh-mode.el.gz.

Value

nil

Documentation

A hook that gets run after an Eshell session has been fully initialized.

This variable was added, or its default value changed, in Emacs 31.1.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-after-initialize-hook nil
  "A hook that gets run after an Eshell session has been fully initialized."
  :type 'hook
  :version "31.1")