Refine magit diffs

This commit is contained in:
Tom Willemse 2016-08-06 20:37:07 +02:00
parent a18275ae1b
commit aa63f7704b

View file

@ -520,6 +520,16 @@ To start off, first I need to enable lexical binding.
(ensure-library magit)
#+END_SRC
Show refined diffs in magit. This makes it much easier to see
/what/ has changed on a line.
#+BEGIN_SRC emacs-lisp
(eval-when-compile (require 'magit))
(with-eval-after-load 'magit
(setq magit-diff-refine-hunk 'all))
#+END_SRC
** Gnus
Gnus is one of the most extensible Email programs on the