Variable: eshell-var-mode

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

Documentation

Non-nil if Eshell-Var mode is enabled.

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

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-var.el.gz
;;; Functions:

(define-minor-mode eshell-var-mode
  "Minor mode for the esh-var module.

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