Variable: treemacs-show-edit-workspace-help
treemacs-show-edit-workspace-help is a customizable variable defined
in treemacs-customization.el.
Value
t
Documentation
When non-nil the workspace-edit buffer will display a short help greeting.
See also treemacs-edit-workspaces.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-show-edit-workspace-help t
"When non-nil the workspace-edit buffer will display a short help greeting.
See also `treemacs-edit-workspaces'."
:type 'boolean
:group 'treemacs)