Variable: eshell-before-prompt-hook

eshell-before-prompt-hook is a customizable variable defined in em-prompt.el.gz.

Value

nil

Documentation

A list of functions to call before outputting the prompt.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-prompt.el.gz
(defcustom eshell-before-prompt-hook nil
  "A list of functions to call before outputting the prompt."
  :type 'hook
  :options '(eshell-begin-on-new-line)
  :group 'eshell-prompt)