Variable: projectile-project-root-files-functions
projectile-project-root-files-functions is an alias and customizable
for projectile-project-root-functions, defined in projectile.el.
This variable is obsolete since 2.4; use
projectile-project-root-functions instead.
Value
(projectile-root-local
projectile-root-marked
projectile-root-bottom-up
projectile-root-top-down
projectile-root-top-down-recurring)
Documentation
A list of functions for finding project root folders.
The functions will be run until one of them returns a project folder. Reordering the default functions will alter the project discovery algorithm.
Aliases
projectile-project-root-files-functions (obsolete since 2.4)