summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-03-07 16:30:07 +0100
committerAlan Pearce2017-03-07 16:30:07 +0100
commit3eb1cb331f686b37d752bdfbb690631eae2df4db (patch)
tree293d0e5ee0af75e5da93232defea2399e955c8c2 /tag-emacs
parenta7eccf169416ca6a9e166cbe90cddf02ac9dd3f6 (diff)
downloaddotfiles-3eb1cb331f686b37d752bdfbb690631eae2df4db.tar.lz
dotfiles-3eb1cb331f686b37d752bdfbb690631eae2df4db.tar.zst
dotfiles-3eb1cb331f686b37d752bdfbb690631eae2df4db.zip
Emacs: Use projectile-commander when switching projects
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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