Variable: treemacs-space-between-root-nodes

treemacs-space-between-root-nodes is a customizable variable defined in treemacs-customization.el.

Value

t

Documentation

When non-nil treemacs will separate root nodes with an empty line.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-space-between-root-nodes t
  "When non-nil treemacs will separate root nodes with an empty line."
  :type 'boolean
  :group 'treemacs)