Variable: projectile-project-root
projectile-project-root is a buffer-local variable defined in
projectile.el.
Documentation
Defines a custom Projectile project root.
This is intended to be used as a file local variable.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar-local projectile-project-root nil
"Defines a custom Projectile project root.
This is intended to be used as a file local variable.")