summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2025-08-15 12:47:44 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2025-08-15 12:47:44 +0200
commitc1fdea62dec8f7170517e97edcbfe1cdfddf5c2b (patch)
treeab8f3191c346850c59f1270a289971ea40201405 /.config/emacs/init.el
parent19394d859ba356c4123dc455b5bb598a9527ebd9 (diff)
downloaddotfiles-c1fdea62dec8f7170517e97edcbfe1cdfddf5c2b.tar.xz
Adapt to upstream updates
New faces, new user options, new packages.
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))