From 3eb1cb331f686b37d752bdfbb690631eae2df4db Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 7 Mar 2017 16:30:07 +0100 Subject: Emacs: Use projectile-commander when switching projects --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 9486835..d0bc299 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -487,7 +487,7 @@ based upon some folder conventions I use. (interactive "P") (ap/open-subfolder-project home-project-directory arg)) - (setq projectile-switch-project-action #'projectile-find-file + (setq projectile-switch-project-action #'projectile-commander projectile-remember-window-configs t projectile-completion-system 'ivy))) #+END_SRC -- cgit 1.4.1