branch: master commit 118a3d616e29b6b055bf2bec4967a77dca3b230f Author: duianto <duia...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update readme.md: add melpa badges This makes it easy to see the current version from the main repository page. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 71ea44e..76455de 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[](https://melpa.org/#/avy) +[](https://stable.melpa.org/#/avy) + ## Introduction `avy` is a GNU Emacs package for jumping to visible text using a char-based decision tree. See also [ace-jump-mode](https://github.com/winterTTr/ace-jump-mode) and [vim-easymotion](https://github.com/Lokaltog/vim-easymotion) - `avy` uses the same idea.