branch: elpa/annotate commit f2bcc95e8b4d463e2f0a473d77d50c72d90afe65 Author: Bastian Bechtold <b...@mo30211.hs-woe.de> Commit: Bastian Bechtold <b...@mo30211.hs-woe.de>
add melpa links --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16e9fe8bcd..f824802f08 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ -Annotate.el +Annotate.el [![MELPA][mi]][m] [![MELPA-STABLE][msi]][ms] =========== +[mi]: http://melpa.org/packages/annotate-badge.svg +[m]: http://melpa.org/#/annotate +[msi]: http://stable.melpa.org/packages/annotate-badge.svg +[ms]: http://stable.melpa.org/#/annotate + This package provides a minor mode `annotate-mode`, which can add annotations to arbitrary files without changing the files themselves. This is very useful for code reviews. When `annotate-mode` is active, `C-c C-a` will create, edit, or delete annotations. 