]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
Fix usage of "ignored"
[gnu-emacs-elpa] / README.md
index ea3afb76a1bc4dc698d08da499b2da43e70fe674..0f9fe6481ab4b0a6f1830fa6284846c4786fc97a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,11 +24,10 @@ Screenshots
 \r
 diff-hl-mode\r
 -----\r
+Top window: a buffer in this minor mode, bottom window: the corresponding diff.\r
 \r
 ![screenie](screenshot.png)\r
 \r
-Top window: a buffer in this minor mode, bottom window: the corresponding diff.\r
-\r
 diff-hl-dired-mode\r
 -----\r
 \r
@@ -58,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
@@ -82,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` (or `magit-not-reverted-hook`), which we use.\r