Let magit choose its completing backend

When we switch defaults, it should also apply to magit.
This commit is contained in:
Daniel - 2020-08-13 16:22:21 +02:00
parent 83f8496ca6
commit 14014c25ec
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 2 deletions

View File

@ -593,8 +593,7 @@
:commands (magit-status)
:init (setq magit-diff-refine-hunk nil
magit-commit-show-diff nil
magit-popup-use-prefix-argument 'default
magit-completing-read-function 'ivy-completing-read)
magit-popup-use-prefix-argument 'default)
:config (progn
(global-magit-file-mode -1)
(global-git-commit-mode +1)