Variable: eshell-unix-load-hook

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

Value

nil

Documentation

A list of functions to run when eshell-unix 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-unix.el.gz
(defcustom eshell-unix-load-hook nil
  "A list of functions to run when `eshell-unix' is loaded."
  :version "24.1"			; removed eshell-unix-initialize
  :type 'hook
  :group 'eshell-unix)