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

7 lines
136 B
EmacsLisp
Raw Normal View History

(use-package flx-ido
:init (flx-ido-mode 1)
:config
;; disable ido faces to see flx highlights.
;; (setq ido-use-faces nil)
)