Variable: treemacs-hide-dot-git-directory

treemacs-hide-dot-git-directory is a customizable variable defined in treemacs-customization.el.

Value

t

Documentation

Indicates whether the .git directory should be hidden.

When this is non-nil the .git dir will be hidden regardless of current setting of treemacs-toggle-show-dotfiles.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-hide-dot-git-directory t
  "Indicates whether the .git directory should be hidden.
When this is non-nil the .git dir will be hidden regardless of current setting
of `treemacs-toggle-show-dotfiles'."
  :type 'boolean
  :group 'treemacs)