Move projectile cache file
This commit is contained in:
parent
b7f46bc74d
commit
117d14f169
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue