Function: treemacs--insert-root-separator
treemacs--insert-root-separator is a byte-compiled function defined in
treemacs-rendering.el.
Signature
(treemacs--insert-root-separator)
Documentation
Insert a root-level separator at point, moving point after the separator.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-rendering.el
(define-inline treemacs--insert-root-separator ()
"Insert a root-level separator at point, moving point after the separator."
(inline-quote
(insert (if treemacs-space-between-root-nodes "\n\n" "\n"))))