]> code.delx.au - gnu-emacs-elpa/commitdiff
Some README updates
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 22 Apr 2014 23:43:21 +0000 (03:43 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 22 Apr 2014 23:43:21 +0000 (03:43 +0400)
README.md

index b01e8bd206cd6c71b26400cf1732d39d3847a194..325f53ea570c349cbb6f346eafedf7f4106ef82c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -57,14 +57,15 @@ Notes
   you'd usually want to fix all errors and warnings before continuing,\r
   and then the conflicting indicators go away.\r
 \r
-* There's no fringe when Emacs is running in the console, but the navigation and\r
-  revert commands still work. Consider turning `diff-hl-margin-mode` on.\r
+* There's no fringe when Emacs is running in the console, but the navigation\r
+  and revert commands still work. Consider turning `diff-hl-margin-mode` on,\r
+  to show the indicators in the margin instead.\r
 \r
 * Frame-local and buffer-local values of `line-spacing` are not supported.\r
 \r
-* [git-gutter](https://github.com/syohex/emacs-git-gutter) provides interactive\r
-  commands to show/hide/toggle margin indicators for the same information, and\r
-  allows you to customize how the indicators look.\r
+* [emacs-git-gutter](https://github.com/syohex/emacs-git-gutter) shows\r
+  indicators in the margin by default, allows you to customize how the\r
+  indicators look more easily, and has a "stage hunk" command.\r
 \r
 Integration\r
 =====\r
@@ -81,3 +82,9 @@ psvn
 (defadvice svn-status-update-modeline (after svn-update-diff-hl activate)\r
   (diff-hl-update))\r
 ```\r
+\r
+Magit\r
+-----\r
+\r
+If you have a recent enough version installed, it defines\r
+`magit-revert-buffer-hook`, which we use.\r