branch: elpa/evil-anzu
commit 58d9f8f09985de3f753c18bcc9a76762644016a8
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    Add sample configuration
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index c4e7538b90..90845920d2 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,10 @@
 [anzu](https://github.com/syohex/emacs-anzu) for 
[evil-mode](https://gitorious.org/evil)
 
 evil-anzu is currently under development.
+
+## Configuration
+
+```lisp
+(define-key evil-motion-state-map "n" 'evil-anzu-search-next)
+(define-key evil-motion-state-map "N" 'evil-anzu-search-previous)
+```

Reply via email to