branch: elpa/anzu
commit 5abdc5b889853d2ff458ed19c3ede550a237d6e5
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
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