summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 448d143..66a4c06 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -678,7 +678,8 @@
 
 
             (setq projectile-switch-project-action #'projectile-dired
-                  projectile-remember-window-configs t)))
+                  projectile-remember-window-configs t
+                  projectile-completion-system 'helm)))
 
 (req-package perspective
   :config (persp-mode))