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

    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

Reply via email to