dgutov pushed a commit to branch master in repository elpa. commit 30091275fde8531ee7652acc19574a417b688a1e Author: Dmitry Gutov <dgu...@yandex.ru> Date: Wed Apr 23 03:43:21 2014 +0400
Some README updates --- README.md | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b01e8bd..325f53e 100644 --- a/README.md +++ b/README.md @@ -57,14 +57,15 @@ Notes you'd usually want to fix all errors and warnings before continuing, and then the conflicting indicators go away. -* There's no fringe when Emacs is running in the console, but the navigation and - revert commands still work. Consider turning `diff-hl-margin-mode` on. +* There's no fringe when Emacs is running in the console, but the navigation + and revert commands still work. Consider turning `diff-hl-margin-mode` on, + to show the indicators in the margin instead. * Frame-local and buffer-local values of `line-spacing` are not supported. -* [git-gutter](https://github.com/syohex/emacs-git-gutter) provides interactive - commands to show/hide/toggle margin indicators for the same information, and - allows you to customize how the indicators look. +* [emacs-git-gutter](https://github.com/syohex/emacs-git-gutter) shows + indicators in the margin by default, allows you to customize how the + indicators look more easily, and has a "stage hunk" command. Integration ===== @@ -81,3 +82,9 @@ psvn (defadvice svn-status-update-modeline (after svn-update-diff-hl activate) (diff-hl-update)) ``` + +Magit +----- + +If you have a recent enough version installed, it defines +`magit-revert-buffer-hook`, which we use.