From becb9dc00b9c47095211c4b5d5e165e1a6fb312c Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 6 Sep 2026 14:28:18 -0400 Subject: [PATCH] magit: try turning on syntax color for all diffs This might be too slow to turn on everywhere; let's test ... --- lisp/magit.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/magit.el b/lisp/magit.el index b0f1332..7b1e209 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -1,5 +1,7 @@ ;; magit: a Git Porcelain (use-package magit + :custom + (magit-diff-fontify-hunk 'all) :bind (("C-x g" . magit-status) ("C-x M-g" . magit-dispatch) -- 2.38.4