Variable: eshell-module-loading-messages

eshell-module-loading-messages is a customizable variable defined in esh-module.el.gz.

Value

t

Documentation

If non-nil, display messages when loading/unloading Eshell modules.

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

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-module.el.gz
(defcustom eshell-module-loading-messages t
  "If non-nil, display messages when loading/unloading Eshell modules."
  :type 'boolean
  :group 'eshell-module
  :version "30.1")