-
-
Notifications
You must be signed in to change notification settings - Fork 592
Closed
Description
I recall seeing on Bozhidar's blog a year or two ago that he was interested in integrating projectile with Emacs' built-in project.el. Packages like deadgrep (frontend to ripgrep) are using project exclusively, while some other packages prioritize projectile over project in a hard-coded manner, which can lead to some confusion when you're using both types of packages in the same project.
It would be nice to see a single custom agreed on by package authors. If there is interest in making projectile complementary to project, this would entail moving some stuff from projectile to project, and/or reusing some of project's utilities in projectile
Reactions are currently unavailable