aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-08 00:16:00 +0200
committerGravatar Tom Willemse2016-10-08 00:16:00 +0200
commit117d14f16989536378a2e661c9985779a94cecd8 (patch)
treead9d116a0647bec646538c040c6b36eb6bcdd8b0
parentb7f46bc74d78437fd80508e6f87508e725f4a1d4 (diff)
downloadnew-dotfiles-117d14f16989536378a2e661c9985779a94cecd8.tar.gz
new-dotfiles-117d14f16989536378a2e661c9985779a94cecd8.zip
Move projectile cache file
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 5be0e9d..14de28a 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -685,6 +685,8 @@ To start off, first I need to enable lexical binding.
#+BEGIN_SRC emacs-lisp
(setq projectile-known-projects-file
(oni:data-location "projectile-bookmarks.eld"))
+ (setq projectile-cache-file
+ (oni:data-location "projectile.cache"))
#+END_SRC
Enable it globally so I can always switch to/from projects.