aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot_emacs4
1 files changed, 3 insertions, 1 deletions
diff --git a/dot_emacs b/dot_emacs
index 4285bec..bd649d2 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -446,7 +446,9 @@ Otherwise split the current paragraph into one sentence per line."
(use-package magit
:ensure t
:config
- (put 'magit-clean 'disabled nil))
+ (put 'magit-clean 'disabled nil)
+ :custom
+ (magit-diff-refine-hunk 'all))
(use-package markdown-mode
:ensure t