[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-anzu faccb0e8c6 15/27: Merge pull request #5 from syo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-anzu faccb0e8c6 15/27: Merge pull request #5 from syohex/add-configuration-example |
Date: |
Thu, 6 Jan 2022 03:59:31 -0500 (EST) |
branch: elpa/evil-anzu
commit faccb0e8c6f170a1f3e35712768f28253aec4e02
Merge: 5aa524dd2d 374bea49a3
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>
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
- [nongnu] elpa/evil-anzu 183e42a7e4 21/27: Update README, (continued)
- [nongnu] elpa/evil-anzu 183e42a7e4 21/27: Update README, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu 58d9f8f099 02/27: Add sample configuration, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu cb42ec7d77 03/27: remove anzu status when evil-flash-hook is called, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu d08a2e92f9 06/27: add screencasts, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu 3837e74d86 07/27: Add URL meta information, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu 0bbb681a4d 08/27: Update README, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu a71bb8aa0f 09/27: Create Changes, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu 35a636341a 10/27: Simplify implementation, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu 886972d87a 12/27: Merge pull request #3 from fbergroth/simplify, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu 5aa524dd2d 13/27: Bump up version and update Changes, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu faccb0e8c6 15/27: Merge pull request #5 from syohex/add-configuration-example,
ELPA Syncer <=
- [nongnu] elpa/evil-anzu 64cc08a354 18/27: Bump version, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu 59d466f833 19/27: Correct typo, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu d3f6ed4773 27/27: Reformat code, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu 565f79ae66 22/27: Update copyright year, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu 9bca6ca14d 23/27: Update evil repository URL, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-anzu 8c80e184f9 24/27: only activate evil-anzu when anzu-mode is active, ELPA Syncer, 2022/01/06