From 406d88bdd0f0c68bea833d5b403d99a27565e658 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 7 Oct 2016 17:26:41 +0200 Subject: Store known projectile projects in data dir --- emacs/.emacs.d/init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 326478f..2d89f94 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -672,6 +672,13 @@ To start off, first I need to enable lexical binding. (format " P[%s]" (projectile-project-name)))))) #+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. #+BEGIN_SRC emacs-lisp -- cgit v1.2.3-54-g00ecf