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