]> code.delx.au - gnu-emacs-elpa/blob - README.md
Remove the stab at highlight-changes-mode
[gnu-emacs-elpa] / README.md
1 About
2 =====
3
4 `diff-hl-mode` highlights uncommitted changes on the left fringe of the window,
5 allows you to jump between and revert them selectively.
6
7 For the usage instructions and the list of commands, see the header comment.
8
9 Tested with Git, Mercurial, and Bazaar. May work with other VC backends, too.
10
11 Screenshot
12 =====
13
14 [![screenie](http://i.imgur.com/bC8dBs.png)](http://i.imgur.com/bC8dB.png)
15
16 Notes
17 =====
18
19 * Since it uses the corresponding VC diff command, it's only accurate when the
20 buffer is in saved state. Highlighting changes "on the fly" might be better,
21 maybe we can do something similar to `highlight-markup-buffers` with a hidden
22 buffer containing the unmodified copy.
23
24 * [git-gutter](https://github.com/syohex/emacs-git-gutter) provides the commands
25 to show/hide/toggle margin indicators for the same information, and allows you
26 to customize how the indicators look.