summaryrefslogtreecommitdiff
path: root/init/km-ido.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2013-11-20 18:30:19 -0500
committerKyle Meyer <kyle@kyleam.com>2013-11-20 18:30:19 -0500
commitb2075fd3b92b3aa69bc9452b41bfb9c0d351ba01 (patch)
treec9e21bb896cb9778fc4991631beace059ddabc29 /init/km-ido.el
parentc235eb6a0c12cc4868567f814af515572b59019d (diff)
downloademacs.d-b2075fd3b92b3aa69bc9452b41bfb9c0d351ba01.tar.gz
Install flx/flx-ido
Diffstat (limited to 'init/km-ido.el')
-rw-r--r--init/km-ido.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init/km-ido.el b/init/km-ido.el
index 7f31ed2..9603cec 100644
--- a/init/km-ido.el
+++ b/init/km-ido.el
@@ -1,4 +1,6 @@
+(require 'flx-ido)
(ido-mode t)
+
(setq ido-enable-prefix nil
ido-everywhere t
ido-enable-flex-matching t
@@ -7,6 +9,10 @@
ido-max-prospects 10
ido-save-directory-list-file "~/.emacs.d/cache/ido.hist")
+(flx-ido-mode 1)
+;; disable ido faces to see flx highlights.
+(setq ido-use-faces nil)
+
(setq ido-max-directory-size 100000)
;; recent files