Variable: projectile-auto-discover
projectile-auto-discover is a customizable variable defined in
projectile.el.
Value
nil
Documentation
Whether to discover projects when project switching commands are invoked.
See also projectile-project-search-path.
This variable was added, or its default value changed, in projectile version 2.3.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-auto-discover nil
"Whether to discover projects when project switching commands are invoked.
See also `projectile-project-search-path'."
:group 'projectile
:type 'boolean
:package-version '(projectile . "2.3.0"))