Variable: treemacs-header-scroll-indicators

treemacs-header-scroll-indicators is a customizable variable defined in treemacs-customization.el.

Value

(nil . "^^^^^^")

Documentation

The strings used for treemacs-indicate-top-scroll-mode(var)/treemacs-indicate-top-scroll-mode(fun).

The value must be a cons, where the car is the string used when treemacs is scrolled all the way to the top, and the cdr is used when it isn't.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-header-scroll-indicators '(nil . "^^^^^^")
  "The strings used for `treemacs-indicate-top-scroll-mode'.
The value must be a cons, where the car is the string used when treemacs is
scrolled all the way to the top, and the cdr is used when it isn't."
  :type '(cons string string)
  :group 'treemacs-window)