magit next: switch to magit-builtin-completing-read

Which works with helm as well so we don't need to set it to
magit-ido-completing-read (triggers a warning of magit about
a required third-party we don't need).
This commit is contained in:
syl20bnr 2015-06-30 22:57:18 -04:00
parent 57f8c7e2b3
commit 9349b8045d

View file

@ -27,7 +27,7 @@
(add-to-list 'load-path (format "%smagit-next/lisp/"
(configuration-layer/get-layer-property
'git :ext-dir)))
(setq magit-completing-read-function 'magit-ido-completing-read)
(setq magit-completing-read-function 'magit-builtin-completing-read)
(add-hook 'git-commit-mode-hook 'fci-mode)
;; must enable auto-fill-mode again because somehow fci-mode disable it
(add-hook 'git-commit-mode-hook 'auto-fill-mode)