magit: Colorize process output after it finished.
This commit is contained in:
parent
4d424a68d0
commit
abb29c2c6d
|
@ -17,8 +17,9 @@
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:unless slow-computer
|
:unless slow-computer
|
||||||
:after (keychain-environment)
|
:after (keychain-environment)
|
||||||
:custom (magit-diff-refine-hunk 'all) ; Show word-granularity differences.
|
:custom ((magit-diff-refine-hunk 'all)
|
||||||
:bind (("C-x g" . nil) ; Disable default.
|
(magit-process-finish-apply-ansi-colors t))
|
||||||
|
:bind (("C-x g" . nil) ; Disable default.
|
||||||
("C-c g" . magit-status)
|
("C-c g" . magit-status)
|
||||||
("C-c M-g" . magit-dispatch)
|
("C-c M-g" . magit-dispatch)
|
||||||
(:map magit-hunk-section-map
|
(:map magit-hunk-section-map
|
||||||
|
|
Loading…
Reference in New Issue
Block a user