branch: elpa/evil-matchit
commit 63846fc4c0cd5b20d941c1af18180f1252d37d04
Author: Robert (Robby) O'Connor <[email protected]>
Commit: Robert (Robby) O'Connor <[email protected]>
Add melpa badge
---
README.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.org b/README.org
index 9ef3032d4b..de965bc805 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,7 @@
* evil-matchit (v2.1.1)
+[[http://melpa.org/#/evil-matchit][file:http://melpa.org/packages/evil-matchit-badge.svg]]
+
Vim [[http://www.vim.org/scripts/script.php?script_id=39][matchit.vim]] by
Benji Fisher ported into Emacs.
Press "%" to jump between matched tags in Emacs. For example, in HTML "<div>"
and "</div>" are a pair of tags.