~edwargix/emacs.d

becb9dc00b9c47095211c4b5d5e165e1a6fb312c — David Florness 10 days ago 2ce946f
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)