From a9fcda4bbe605559fabadf7a0a8c398eb057a80a Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 8 Jul 2022 11:32:20 -0400 Subject: magit equivalent of enabling wdiff --- dot_emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3