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

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

[nongnu] elpa/anzu 7b8688c84d 282/288: default anzu-search-threshold and


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 7b8688c84d 282/288: default anzu-search-threshold and anzu-replace-threshold is 1000
Date: Thu, 6 Jan 2022 03:59:00 -0500 (EST)

branch: elpa/anzu
commit 7b8688c84d6032300d0c415182c7c1ad6cb7f819
Author: Neil Okamoto <neil.okamoto@gmail.com>
Commit: Neil Okamoto <neil.okamoto@gmail.com>

    default anzu-search-threshold and anzu-replace-threshold is 1000
    
    fix #113
---
 anzu.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/anzu.el b/anzu.el
index 8587fd4ad8..d51727b8a5 100644
--- a/anzu.el
+++ b/anzu.el
@@ -56,12 +56,12 @@
   "Minimum input length to enable anzu"
   :type 'integer)
 
-(defcustom anzu-search-threshold nil
+(defcustom anzu-search-threshold 1000
   "Limit of search number"
   :type '(choice (integer :tag "Threshold of search")
                  (const :tag "No threshold" nil)))
 
-(defcustom anzu-replace-threshold nil
+(defcustom anzu-replace-threshold 1000
   "Limit of replacement overlays."
   :type '(choice (integer :tag "Threshold of replacement overlays")
                  (const :tag "No threshold" nil)))



reply via email to

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