diff --git a/init.d/programming/git.el b/init.d/programming/git.el index dd51421..b62e875 100644 --- a/init.d/programming/git.el +++ b/init.d/programming/git.el @@ -17,8 +17,9 @@ (use-package magit :unless slow-computer :after (keychain-environment) - :custom (magit-diff-refine-hunk 'all) ; Show word-granularity differences. - :bind (("C-x g" . nil) ; Disable default. + :custom ((magit-diff-refine-hunk 'all) + (magit-process-finish-apply-ansi-colors t)) + :bind (("C-x g" . nil) ; Disable default. ("C-c g" . magit-status) ("C-c M-g" . magit-dispatch) (:map magit-hunk-section-map