Variable: treemacs-show-hidden-files

treemacs-show-hidden-files is a customizable variable defined in treemacs-customization.el.

Value

t

Documentation

Dotfiles will be shown if this is set to t and be hidden otherwise.

Can be toggled by treemacs-toggle-show-dotfiles.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-show-hidden-files t
  "Dotfiles will be shown if this is set to t and be hidden otherwise.

Can be toggled by `treemacs-toggle-show-dotfiles'."
  :type 'boolean
  :group 'treemacs)