Store known projectile projects in data dir

This commit is contained in:
Tom Willemse 2016-10-07 17:26:41 +02:00
parent 79a7d1fc74
commit 406d88bdd0

View file

@ -672,6 +672,13 @@ To start off, first I need to enable lexical binding.
(format " P[%s]" (projectile-project-name)))))) (format " P[%s]" (projectile-project-name))))))
#+END_SRC #+END_SRC
Store projectile files in my data dir.
#+BEGIN_SRC emacs-lisp
(setq projectile-known-projects-file
(oni:data-location "projectile-bookmarks.eld"))
#+END_SRC
Enable it globally so I can always switch to/from projects. Enable it globally so I can always switch to/from projects.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp