Variable: projectile-related-files-fn-function

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

Value

projectile-related-files-fn

Documentation

Function to find related files based on PROJECT-TYPE.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-related-files-fn-function 'projectile-related-files-fn
  "Function to find related files based on PROJECT-TYPE."
  :group 'projectile
  :type 'function)