Variable: eshell-dirs-load-hook

eshell-dirs-load-hook is a customizable variable defined in em-dirs.el.gz.

Value

nil

Documentation

A hook that gets run when eshell-dirs is loaded.

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

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-dirs.el.gz
;;; User Variables:

(defcustom eshell-dirs-load-hook nil
  "A hook that gets run when `eshell-dirs' is loaded."
  :version "24.1"			; removed eshell-dirs-initialize
  :type 'hook)