From e036b0ff12354cfa37d2e2d72f8f8f6ee897ea36 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 28 Oct 2017 12:00:37 +0200 Subject: [PATCH] [Misc] Use ivy for magit --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 0258309..c0f3188 100644 --- a/init.el +++ b/init.el @@ -572,7 +572,8 @@ _h_ _l_ _o_k _y_ank :config (progn (setq magit-diff-refine-hunk t magit-commit-show-diff nil - magit-popup-use-prefix-argument 'default) + magit-popup-use-prefix-argument 'default + magit-completing-read-function 'ivy-completing-read) (add-to-list 'magit-no-confirm 'stage-all-changes)