From cbe330346c7e58365fd3a78e2855d49367fd7fff Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 3 May 2019 19:06:00 +0200 Subject: [PATCH] =?UTF-8?q?[Magit]=20Don=E2=80=99t=20automatically=20refin?= =?UTF-8?q?e=20hunk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index c86de26..6d648da 100644 --- a/init.el +++ b/init.el @@ -578,7 +578,7 @@ search commands like `db/helm-shortcuts’." (use-package magit :commands (magit-status) - :init (setq magit-diff-refine-hunk t + :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)