This commit is contained in:
tastytea 2020-12-24 01:39:54 +01:00
parent 2cd63f065b
commit 50030baa8a

View File

@ -82,6 +82,7 @@ Ignores ARGS."
(projectile-project-name)) (projectile-project-name))
(setq-local projectile-enable-caching t)) (setq-local projectile-enable-caching t))
(kill-local-variable 'projectile-enable-caching))) (kill-local-variable 'projectile-enable-caching)))
(advice-add 'projectile-find-file (advice-add 'projectile-find-file
:before #'my/projectile-enable-caching?) :before #'my/projectile-enable-caching?)
(advice-add 'counsel-projectile-find-file (advice-add 'counsel-projectile-find-file