diff options
author | Alan Pearce | 2017-02-25 17:48:44 +0100 |
---|---|---|
committer | Alan Pearce | 2017-02-25 17:48:44 +0100 |
commit | 50d31d2cc613601e650ee5ac743b24bcd5441a0b (patch) | |
tree | 2a7a6b072ef79b52a3eb5609eb1613e8bf5452f7 /tag-emacs/emacs.d/init.org | |
parent | 26c9e755f3189f873b811225869b2627e52592fd (diff) | |
download | nixfiles-50d31d2cc613601e650ee5ac743b24bcd5441a0b.tar.lz nixfiles-50d31d2cc613601e650ee5ac743b24bcd5441a0b.tar.zst nixfiles-50d31d2cc613601e650ee5ac743b24bcd5441a0b.zip |
Emacs: Use projectile-find-file when switching projects
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 3a8e08d8..4dac973a 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 |