summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-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 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