branch: elpa/evil-anzu
commit faccb0e8c6f170a1f3e35712768f28253aec4e02
Merge: 5aa524dd2d 374bea49a3
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Merge pull request #5 from syohex/add-configuration-example
Add configuration example
---
README.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/README.md b/README.md
index 28043c0014..6406a44720 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,21 @@
You can install evil-anzu.el from [MELPA](http://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)))
+```
+
[melpa-link]: http://melpa.org/#/evil-anzu
[melpa-stable-link]: http://melpa.org/#/evil-anzu
[melpa-badge]: http://melpa.org/packages/evil-anzu-badge.svg