Store known projectile projects in data dir
This commit is contained in:
parent
79a7d1fc74
commit
406d88bdd0
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue