Variable: projectile-dynamic-mode-line

projectile-dynamic-mode-line is a customizable variable defined in projectile.el.

Value

t

Documentation

If true, update the mode-line dynamically.

The mode-line is updated when files are opened via find-file-hook and when the window configuration changes.

See also projectile-mode-line-function and 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-dynamic-mode-line t
  "If true, update the mode-line dynamically.
The mode-line is updated when files are opened via `find-file-hook'
and when the window configuration changes.

See also `projectile-mode-line-function' and `projectile-update-mode-line'."
  :group 'projectile
  :type 'boolean
  :package-version '(projectile . "2.0.0"))