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

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

[nongnu] elpa/evil-anzu 374bea49a3 14/27: Add configuration example


From: ELPA Syncer
Subject: [nongnu] elpa/evil-anzu 374bea49a3 14/27: Add configuration example
Date: Thu, 6 Jan 2022 03:59:31 -0500 (EST)

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

    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

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