From 117d14f16989536378a2e661c9985779a94cecd8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 8 Oct 2016 00:16:00 +0200 Subject: Move projectile cache file --- emacs/.emacs.d/init.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/.emacs.d/init.org') 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. -- cgit v1.2.3-54-g00ecf