Variable: projectile-project-siblings
projectile-project-siblings is a variable defined in projectile.el.
Value
nil
Documentation
Projects to treat as siblings of the current one.
A list of project directories. Use this to describe one project's
siblings from the project itself; it should be set via .dir-locals.el.
projectile-project-groups is the equivalent for describing whole
groups centrally.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile-project-siblings nil
"Projects to treat as siblings of the current one.
A list of project directories. Use this to describe one project's
siblings from the project itself; it should be set via .dir-locals.el.
`projectile-project-groups' is the equivalent for describing whole
groups centrally.")