spacemacs/init-package/init-flx-ido.el

5 lines
105 B
EmacsLisp
Raw Normal View History

2013-11-06 03:53:50 +00:00
(require 'flx-ido)
(flx-ido-mode 1)
;; disable ido faces to see flx highlights.
(setq ido-use-faces nil)