Variable: treemacs-user-header-line-format

treemacs-user-header-line-format is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

The header line used in the treemacs window.

Can be set either to treemacs-header-buttons-format or any one of its constituent parts, or any other value acceptable for header-line-format.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-user-header-line-format nil
  "The header line used in the treemacs window.
Can be set either to `treemacs-header-buttons-format' or any one of its
constituent parts, or any other value acceptable for `header-line-format'."
  :type 'string
  :group 'treemacs-window)