Variable: projectile-auto-cleanup-known-projects

projectile-auto-cleanup-known-projects is a customizable variable defined in projectile.el.

Value

nil

Documentation

Whether to cleanup projects when project switching commands are invoked.

See also projectile-cleanup-known-projects.

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

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-auto-cleanup-known-projects nil
  "Whether to cleanup projects when project switching commands are invoked.

See also `projectile-cleanup-known-projects'."
  :group 'projectile
  :type 'boolean
  :package-version '(projectile . "2.9.0"))