Variable: treemacs--org-edit-buffer-name
treemacs--org-edit-buffer-name is a variable defined in
treemacs-persistence.el.
Value
"*Edit Treemacs Workspaces*"
Documentation
The name of the buffer used to edit treemacs' workspace.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-persistence.el
(defconst treemacs--org-edit-buffer-name "*Edit Treemacs Workspaces*"
"The name of the buffer used to edit treemacs' workspace.")