branch: elpa/flx
commit f0c315726880be058593f0a89148ab3e9640aee8
Author: Le Wang <le.w...@agworld.com.au>
Commit: Le Wang <le.w...@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