Variable: treemacs-user-mode-line-format

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

Value

nil

Documentation

Custom mode line format to be used in treemacs-mode.

If nil treemacs will look for default value provided by spaceline, moody or doom-modeline in that order. Finally, if none of these packages is available "Treemacs" text will be displayed.

Setting this to none will disable the modeline.

For more specific information about formatting mode line check mode-line-format.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-user-mode-line-format nil
  "Custom mode line format to be used in `treemacs-mode'.

If nil treemacs will look for default value provided by `spaceline', `moody'
or `doom-modeline' in that order.  Finally, if none of these packages is
available \"Treemacs\" text will be displayed.

Setting this to `none' will disable the modeline.

For more specific information about formatting mode line check
`mode-line-format'."
  :type 'sexp
  :group 'treemacs)