From 14014c25ec30b20382bd0db8a2d98081e90fe6a3 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 13 Aug 2020 16:22:21 +0200 Subject: [PATCH] Let magit choose its completing backend When we switch defaults, it should also apply to magit. --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 5f8d02f..f351925 100644 --- a/init.el +++ b/init.el @@ -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)