magit: Colorize process output after it finished.
This commit is contained in:
parent
4d424a68d0
commit
abb29c2c6d
|
@ -17,7 +17,8 @@
|
|||
(use-package magit
|
||||
:unless slow-computer
|
||||
:after (keychain-environment)
|
||||
:custom (magit-diff-refine-hunk 'all) ; Show word-granularity differences.
|
||||
: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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user