summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 3417cce6..f2b6c051 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -485,7 +485,8 @@
 (req-package flx-ido
   :require ido
   :init (progn
-          (flx-ido-mode 1)))
+          (flx-ido-mode 1)
+          (setq flx-ido-threshhold 1000)))
 
 (req-package smex
   :require ido