Variable: projectile-mode-line-function
projectile-mode-line-function is a customizable variable defined in
projectile.el.
Value
projectile-default-mode-line
Documentation
The function to use to generate project-specific mode-line.
The default function adds the project name and type to the mode-line.
See also projectile-update-mode-line.
This variable was added, or its default value changed, in projectile version 2.0.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-mode-line-function 'projectile-default-mode-line
"The function to use to generate project-specific mode-line.
The default function adds the project name and type to the mode-line.
See also `projectile-update-mode-line'."
:group 'projectile
:type 'function
:package-version '(projectile . "2.0.0"))