Variable: treemacs-hide-dot-jj-directory
treemacs-hide-dot-jj-directory is a customizable variable defined in
treemacs-customization.el.
Value
t
Documentation
Indicates whether the .jj directory should be hidden.
When this is non-nil the .jj 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-jj-directory t
"Indicates whether the .jj directory should be hidden.
When this is non-nil the .jj dir will be hidden regardless of current setting
of `treemacs-toggle-show-dotfiles'."
:type 'boolean
:group 'treemacs)