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

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

[nongnu] elpa/anzu fd99f06af9 042/288: add screenshot for threshold


From: ELPA Syncer
Subject: [nongnu] elpa/anzu fd99f06af9 042/288: add screenshot for threshold
Date: Thu, 6 Jan 2022 03:58:38 -0500 (EST)

branch: elpa/anzu
commit fd99f06af970102fae7f270e2d5a9d4e27a9a53a
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    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-threshold](image/anzu-threshold.png)
+
 
 #### `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



reply via email to

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