Variable: projectile-project-related-files-fn

projectile-project-related-files-fn is a variable defined in projectile.el.

Value

nil

Documentation

Use this variable to override the current project's related-files-fn property.

It takes precedence over the related-files-fn attribute 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-related-files-fn nil
  "Use this variable to override the current project's related-files-fn property.
It takes precedence over the related-files-fn attribute for the project type
when set.  Should be set via .dir-locals.el.")