From c1fdea62dec8f7170517e97edcbfe1cdfddf5c2b Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 15 Aug 2025 12:47:44 +0200 Subject: Adapt to upstream updates New faces, new user options, new packages. --- .config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/init.el') 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)) -- cgit v1.2.3