emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-anzu 58d9f8f099 02/27: Add sample configuration


From: ELPA Syncer
Subject: [nongnu] elpa/evil-anzu 58d9f8f099 02/27: Add sample configuration
Date: Thu, 6 Jan 2022 03:59:29 -0500 (EST)

branch: elpa/evil-anzu
commit 58d9f8f09985de3f753c18bcc9a76762644016a8
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]