branch: elpa/anzu
commit fd99f06af970102fae7f270e2d5a9d4e27a9a53a
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
add screenshot for threshold
---
README.md | 6 +++++-
image/anzu-threshold.png | Bin 0 -> 40380 bytes
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4a397b7ffd..f3e66eeb10 100644
--- a/README.md
+++ b/README.md
@@ -98,9 +98,11 @@ Set to `t` if you use
[migemo](https://github.com/emacs-jp/migemo).
#### `anzu-search-threshold`(Default is `nil`)
Threshold of searched words. If there are searched word more than this value,
-`anzu.el` stops to search and display total number like `1000+` as default.
+`anzu.el` stops to search and display total number like `1000+`(as default).
If this value is `nil`, `anzu.el` counts all words.
+
+
#### `anzu-minimum-input-length`(Default is 1)
@@ -117,4 +119,6 @@ Please set 3 or higher if you frequently edit such file.
(set-face-attribute 'anzu-mode-line nil
:foreground "yellow" :weight 'bold)
+
+(setq anzu-search-threshold 1000)
```
diff --git a/image/anzu-threshold.png b/image/anzu-threshold.png
new file mode 100644
index 0000000000..eeb4347b2d
Binary files /dev/null and b/image/anzu-threshold.png differ