Variable: projectile-project-src-dir
projectile-project-src-dir is a variable defined in projectile.el.
Value
nil
Documentation
Use this variable to override the current project's src-dir property.
It takes precedence over the src-dir for the project type when set. Should be set via .dir-locals.el.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-project-src-dir nil
"Use this variable to override the current project's src-dir property.
It takes precedence over the src-dir for the project type when set.
Should be set via .dir-locals.el.")