Variable: eshell-proc-mode

eshell-proc-mode is a buffer-local variable defined in esh-proc.el.gz.

Documentation

Non-nil if Eshell-Proc mode is enabled.

Use the command eshell-proc-mode(var)/eshell-proc-mode(fun) to change this variable.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
(define-minor-mode eshell-proc-mode
  "Minor mode for the proc eshell module.

\\{eshell-proc-mode-map}"
  :keymap eshell-proc-mode-map)