Variable: projectile-related-files-function
projectile-related-files-function is a customizable variable defined
in projectile.el.
Value
projectile-related-files-fn
Documentation
Function to find related files based on PROJECT-TYPE.
This variable was added, or its default value changed, in projectile version 2.1.0.
Aliases
projectile-related-files-fn-function (obsolete since 3.4.0)
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-related-files-function 'projectile-related-files-fn
"Function to find related files based on PROJECT-TYPE."
:group 'projectile
:type 'function
:package-version '(projectile . "2.1.0"))