Variable: treemacs--persist-project-name-regex
treemacs--persist-project-name-regex is a variable defined in
treemacs-persistence.el.
Value
"^\\*\\* .+$"
Documentation
The regular expression to match lines with projects names.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-persistence.el
(defconst treemacs--persist-project-name-regex
(rx bol "** " (1+ any) eol)
"The regular expression to match lines with projects names.")