From 50d31d2cc613601e650ee5ac743b24bcd5441a0b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 25 Feb 2017 17:48:44 +0100 Subject: Emacs: Use projectile-find-file when switching projects --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 3a8e08d..4dac973 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -482,7 +482,7 @@ based upon some folder conventions I use. (interactive "P") (ap/open-subfolder-project home-project-directory arg)) - (setq projectile-switch-project-action #'projectile-dired + (setq projectile-switch-project-action #'projectile-find-file projectile-remember-window-configs t projectile-completion-system 'ivy))) #+END_SRC -- cgit 1.4.1