helm-projectile: don't invalidate cache on exit
This commit is contained in:
parent
9f83c84a32
commit
7cb52419c9
1 changed files with 2 additions and 4 deletions
|
@ -2,15 +2,13 @@
|
|||
|
||||
(use-package projectile
|
||||
:config
|
||||
(add-hook! kill-emacs 'narf|projectile-invalidate-cache-maybe)
|
||||
|
||||
(setq-default projectile-enable-caching t)
|
||||
(setq projectile-require-project-root nil
|
||||
projectile-enable-caching t
|
||||
projectile-cache-file (concat narf-temp-dir "/projectile.cache")
|
||||
projectile-known-projects-file (concat narf-temp-dir "/projectile.projects")
|
||||
projectile-indexing-method 'alien
|
||||
projectile-project-root-files narf-project-root-files)
|
||||
projectile-project-root-files narf-project-root-files
|
||||
projectile-file-exists-remote-cache-expire nil)
|
||||
|
||||
(push "ido.last" projectile-globally-ignored-files)
|
||||
(push "assets" projectile-globally-ignored-directories)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue