This commit is contained in:
tastytea 2020-12-24 01:39:54 +01:00
parent 2cd63f065b
commit 50030baa8a
1 changed files with 1 additions and 0 deletions

View File

@ -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