aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2022-07-08 11:32:20 -0400
committerRyan Kavanagh <rak@rak.ac>2022-07-08 11:32:20 -0400
commita9fcda4bbe605559fabadf7a0a8c398eb057a80a (patch)
treede6d47ecb846dbc8e0e395ef7677b35f503f2fe2 /dot_emacs
parenthidden-encrypt-to 4E469519ED677734268FBD958F7BF8FC4A11C97A (diff)
magit equivalent of enabling wdiff
Diffstat (limited to 'dot_emacs')
-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