Set projectile-completion-system to helm

It is inconsistent when using helm as default completion and command
such as `SPC m r f c` opens up ido in rails project.
This commit is contained in:
Muneeb Shaikh 2016-01-25 19:28:03 +05:30 committed by syl20bnr
parent 15c392b891
commit db162af3d8

View file

@ -60,6 +60,8 @@
(spacemacs/add-to-hook 'helm-cleanup-hook
'(spacemacs//restore-previous-display-config
spacemacs//helm-cleanup))
(when (configuration-layer/package-usedp 'projectile)
(setq projectile-completion-system 'helm))
;; key bindings
;; Use helm to provide :ls, unless ibuffer is used
(unless (configuration-layer/package-usedp 'ibuffer)