From b518f6cf914ad77290cf1907886c94faebae6c53 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Jul 2014 22:46:41 +0100 Subject: Emacs: reduce flx-ido max entries to 1000 --- tag-emacs/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 3417cce..f2b6c05 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 -- cgit 1.4.1