diff --git a/init.d/programming/common.el b/init.d/programming/common.el index 02f81b6..c2b4be5 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -82,6 +82,7 @@ Ignores ARGS." (projectile-project-name)) (setq-local projectile-enable-caching t)) (kill-local-variable 'projectile-enable-caching))) + (advice-add 'projectile-find-file :before #'my/projectile-enable-caching?) (advice-add 'counsel-projectile-find-file