Variable: treemacs-expand-added-projects

treemacs-expand-added-projects is a customizable variable defined in treemacs-customization.el.

Value

t

Documentation

When non-nil newly added projects will be expanded.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-expand-added-projects t
  "When non-nil newly added projects will be expanded."
  :type 'boolean
  :group 'treemacs)