Variable: projectile-track-known-projects-automatically

projectile-track-known-projects-automatically is a customizable variable defined in projectile.el.

Value

t

Documentation

Controls whether Projectile will automatically register known projects.

When set to nil you'll always have to add projects explicitly with projectile-add-known-project.

This variable was added, or its default value changed, in projectile version 1.0.0.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-track-known-projects-automatically t
  "Controls whether Projectile will automatically register known projects.

When set to nil you'll always have to add projects explicitly with
`projectile-add-known-project'."
  :group 'projectile
  :type 'boolean
  :package-version '(projectile . "1.0.0"))