Variable: eshell-glob-include-dot-files

eshell-glob-include-dot-files is a customizable variable defined in em-glob.el.gz.

Value

nil

Documentation

If non-nil, glob patterns will match files beginning with a dot.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-glob.el.gz
(defcustom eshell-glob-include-dot-files nil
  "If non-nil, glob patterns will match files beginning with a dot."
  :type 'boolean
  :group 'eshell-glob)