[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/anzu 5abdc5b889 038/288: Update document
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/anzu 5abdc5b889 038/288: Update document |
Date: |
Thu, 6 Jan 2022 03:58:37 -0500 (EST) |
branch: elpa/anzu
commit 5abdc5b889853d2ff458ed19c3ede550a237d6e5
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>
Update document
---
README.md | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index f9d7821d74..b381388155 100644
--- a/README.md
+++ b/README.md
@@ -80,13 +80,9 @@ For example, show search information tail of
`minor-mode-alist`

-#### `anzu-use-migemo`(Default is `nil`)
-
-Set to `t` if you use [migemo](https://github.com/emacs-jp/migemo).
-
#### `anzu-mode-lighter`
-Default is ` Anzu`.
+Mode name in `mode-line`. Default is ` Anzu`.
#### `anzu-regexp-search-commands`
@@ -95,6 +91,16 @@ Commands which have regexp input. If the last command is a
member of this list,
The default value is `'(isearch-forward-regexp isearch-backward-regexp)`.
+#### `anzu-use-migemo`(Default is `nil`)
+
+Set to `t` if you use [migemo](https://github.com/emacs-jp/migemo).
+
+#### `anzu-minimum-input-length`(Default is 1)
+
+Minimum input length to enable anzu. This parameter is useful for `migemo`
users.
+Searching 1 or 2 characters with `migemo` is too heavy if buffer is so large.
+Please set 3 or higher if you frequently edit such file.
+
## Sample Configuration
- [nongnu] elpa/anzu 5d209726cd 156/288: Merge pull request #36 from syohex/case-sensitive-for-at-cursor-command, (continued)
- [nongnu] elpa/anzu 5d209726cd 156/288: Merge pull request #36 from syohex/case-sensitive-for-at-cursor-command, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu ee53798dc2 160/288: Bump up version and update Changes, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 1c2705bb2c 164/288: Merge pull request #38 from syohex/improve-replacement, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu d4dcd76f47 190/288: Merge pull request #48 from syohex/improve-history, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 370b9f162f 181/288: Merge pull request #45 from syohex/fix-zero-width-replacement, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 8a1eb22317 174/288: Merge pull request #42 from syohex/fix-replace-command-bug, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu a1f56b6dad 193/288: Merge pull request #50 from syohex/fix-default-input-49, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 6dd966b4e2 186/288: Implement separator feature of Emacs 25, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 5e87e8c07a 187/288: Use own history variable for maintenance, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 10a05eb50c 166/288: Disable blink-matching-paren for improvement, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 5abdc5b889 038/288: Update document,
ELPA Syncer <=
- [nongnu] elpa/anzu 0418c2b6d4 041/288: Update document, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 218a63ce47 015/288: Highlight code and add screenshot explanation, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 7b3d95d495 183/288: Support Emacs 24 and 25, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 6b217a457f 182/288: Bump up version and update Changes, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 3c178f75f3 197/288: Fix matching a literal string, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu b486075ab4 204/288: Update requirement package version, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 5ee99678ca 229/288: Remove needless attribute, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 8667be50aa 240/288: Merge pull request #73 from lunaryorn/patch-1, ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu acfd0a49de 246/288: Threshold has to be nil or number., ELPA Syncer, 2022/01/06
- [nongnu] elpa/anzu 532db96e34 026/288: Add doc-string, ELPA Syncer, 2022/01/06