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.