Move projectile cache file

This commit is contained in:
Tom Willemse 2016-10-08 00:16:00 +02:00
parent b7f46bc74d
commit 117d14f169

View file

@ -685,6 +685,8 @@ To start off, first I need to enable lexical binding.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq projectile-known-projects-file (setq projectile-known-projects-file
(oni:data-location "projectile-bookmarks.eld")) (oni:data-location "projectile-bookmarks.eld"))
(setq projectile-cache-file
(oni:data-location "projectile.cache"))
#+END_SRC #+END_SRC
Enable it globally so I can always switch to/from projects. Enable it globally so I can always switch to/from projects.