magit: try turning on syntax color for all diffs This might be too slow to turn on everywhere; let's test ...
1 files changed, 2 insertions(+), 0 deletions(-) M lisp/magit.el
M lisp/magit.el => lisp/magit.el +2 -0
@@ 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)