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

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

[nongnu] elpa/flx acd4334893 109/182: Increase threshold to 2000.


From: ELPA Syncer
Subject: [nongnu] elpa/flx acd4334893 109/182: Increase threshold to 2000.
Date: Tue, 13 Dec 2022 03:59:35 -0500 (EST)

branch: elpa/flx
commit acd43348937a25c8eaf0c3205ed088f9101b23fd
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    Increase threshold to 2000.
---
 flx-ido.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flx-ido.el b/flx-ido.el
index b9d420e931..b663ca5220 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -62,7 +62,7 @@
 (eval-when-compile
   (defvar ido-cur-item))
 
-(defcustom flx-ido-threshold 500
+(defcustom flx-ido-threshold 2000
   "Threshold for activating flx algorithm.
 
 Flx will not kick in until collection is filtered below this



reply via email to

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