[Magit] Don’t automatically refine hunk

This commit is contained in:
Daniel - 2019-05-03 19:06:00 +02:00
parent fa65f4ad03
commit cbe330346c
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -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)