Refine magit diffs
This commit is contained in:
parent
a18275ae1b
commit
aa63f7704b
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue