Variable: projectile--embark-project-file-prev-transform
projectile--embark-project-file-prev-transform is a variable defined
in projectile.el.
Value
embark--project-file-full-path
Documentation
The project-file transformer Embark had before Projectile augmented it.
Preserved so projectile--embark-project-file-transform can defer to it
for candidates that don't belong to the current Projectile project.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile--embark-project-file-prev-transform nil
"The `project-file' transformer Embark had before Projectile augmented it.
Preserved so `projectile--embark-project-file-transform' can defer to it
for candidates that don't belong to the current Projectile project.")