summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 3fe9909..36ed7f7 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -901,9 +901,9 @@ UPSTREAMS is a list of fetch URLs."
(magit-define-global-key-bindings nil)
(magit-diff-refine-hunk t)
(magit-ediff-dwim-show-on-hunks t)
+ (magit-process-apply-ansi-colors t)
(magit-revision-show-gravatars t)
:config
- (setq magit-process-finish-apply-ansi-colors t)
;; See `diff-hl' form for rationale.
(add-hook 'magit-pre-refresh-hook 'diff-hl-magit-pre-refresh)
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh))