Variable: treemacs-buffer-name-prefix

treemacs-buffer-name-prefix is a customizable variable defined in treemacs-customization.el.

Value

" *Treemacs-Buffer-"

Documentation

The static prefix that is added to every treemacs buffer name.

Can only be set immediately after treemacs is loaded as its value is used for compatibility with other packages like winum.

See also: treemacs-buffer-name-function.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-buffer-name-prefix " *Treemacs-Buffer-"
  "The static prefix that is added to every treemacs buffer name.

Can only be set immediately after treemacs is loaded as its value is used for
compatibility with other packages like winum.

See also: `treemacs-buffer-name-function'."
  :type 'string
  :group 'treemacs)