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

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

[nongnu] elpa/flx f0c3157268 114/182: Increase default flx-ido-threshold


From: ELPA Syncer
Subject: [nongnu] elpa/flx f0c3157268 114/182: Increase default flx-ido-threshold to 6000
Date: Tue, 13 Dec 2022 03:59:35 -0500 (EST)

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

    Increase default flx-ido-threshold to 6000
    
    - Since computers are fast now.
---
 flx-ido.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flx-ido.el b/flx-ido.el
index 5cfe9e7aaf..7cb18b0efb 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -62,7 +62,7 @@
 (eval-when-compile
   (defvar ido-cur-item))
 
-(defcustom flx-ido-threshold 2000
+(defcustom flx-ido-threshold 6000
   "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]