mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
A change upstream was causing recursive load errors. I'm not too clear how it happens, as I can't reproduce it, but bbatsov/projectile@3c92d28c05 is the common thread (bumped inc1b5f48
). Rather than revert the bump, I've just undone the hook and used a saner hook for the same task. It is a stopgap solution until I eventually replace projectile with project.el. Ref: bbatsov/projectile@3c92d28c05 Amend:c1b5f48f07