summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-05-13 17:21:56 +0200
committerAlan Pearce2015-05-13 17:21:56 +0200
commit8d1bcef139287cce1ac35a7a8672d671aec8f9db (patch)
treea8b1ea2e5d2dd9233ec14c644dddda83e891bb97 /tag-emacs
parent5e43b9cb4b60e14a33599be2a7a73ba094dc7a6b (diff)
downloaddotfiles-8d1bcef139287cce1ac35a7a8672d671aec8f9db.tar.lz
dotfiles-8d1bcef139287cce1ac35a7a8672d671aec8f9db.tar.zst
dotfiles-8d1bcef139287cce1ac35a7a8672d671aec8f9db.zip
Emacs: Use helm inside projectile
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index a51682b..3022c96 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1008,7 +1008,7 @@ mouse-1: Display Line and Column Mode Menu"))))))
 
             (setq projectile-switch-project-action #'projectile-dired
                   projectile-remember-window-configs t
-                  projectile-completion-system 'ido)))
+                  projectile-completion-system 'helm)))
 
 (req-package helm-projectile
   :ensure projectile