magit: Colorize process output after it finished.

This commit is contained in:
tastytea 2021-06-19 08:37:56 +02:00
parent 4d424a68d0
commit abb29c2c6d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 2 deletions

View File

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