Version 0.2 of package Evil-Anzu has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Evil-Anzu describes itself as: ================== anzu for evil-mode ================== More at https://elpa.nongnu.org/nongnu/evil-anzu.html ## Summary: # evil-anzu [![melpa badge][melpa-badge]][melpa-link] [![melpa stable badge][melpa-stable-badge]][melpa-stable-link] [anzu](https://github.com/syohex/emacs-anzu) for [evil-mode](https://github.com/emacs-evil/evil) ## Screencast  ## Installation You can install evil-anzu.el from [MELPA](https://melpa.org) with package.el. ## Configuration You can use `evil-anzu.el` only loading. ```lisp ;; Emacs 24.4 or higher (with-eval-after-load 'evil (require 'evil-anzu)) ;; Emacs <= 24.3 (eval-after-load 'evil '(progn (require 'evil-anzu))) ``` ## Recent NEWS: Revision history for evil-anzu.el Revision 0.03 2015/01/25 fbergroth - Support evil-search search module (GordonGustafson) Revision 0.02 2015/01/22 syohex - Implement more simply - Support all search commands Thanks fbergroth Revision 0.01 2015/01/20 syohex - Initial release
