Don't force the projectile-completion-system
It's auto-detected by default, starting with Projectile 2.3.
This commit is contained in:
parent
093e219171
commit
b78168abf7
2 changed files with 1 additions and 3 deletions
|
@ -59,7 +59,7 @@
|
|||
(substitute-key-definition 'eshell-list-history 'helm-eshell-history eshell-mode-map)))
|
||||
|
||||
(substitute-key-definition 'find-tag 'helm-etags-select global-map)
|
||||
(setq projectile-completion-system 'helm)
|
||||
|
||||
(helm-descbinds-mode)
|
||||
(helm-mode 1)
|
||||
|
||||
|
|
|
@ -52,8 +52,6 @@
|
|||
|
||||
(diminish 'ivy-mode)
|
||||
|
||||
(setq projectile-completion-system 'ivy)
|
||||
|
||||
;;; Swiper
|
||||
;; swiper provides enhanced buffer search
|
||||
|
||||
|
|
Loading…
Reference in a new issue