[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[NonGNU ELPA] Evil-Anzu version 0.2
From: |
ELPA update |
Subject: |
[NonGNU ELPA] Evil-Anzu version 0.2 |
Date: |
Sun, 31 Mar 2024 07:10:34 -0400 |
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
![Screencast of evil-anzu](image/evil-anzu.gif)
## 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [NonGNU ELPA] Evil-Anzu version 0.2,
ELPA update <=