newline.
This commit is contained in:
parent
2cd63f065b
commit
50030baa8a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user