Add ido-flx

This commit is contained in:
Tom Willemse 2016-07-26 02:18:37 +02:00
parent de83d05154
commit 001bb3abd1

View file

@ -211,6 +211,19 @@ This is currently the data directory under the
(require 'ido-ubiquitous)
(ido-ubiquitous-mode)
;; Add ido-flx for flex matching in ido.
(ensure-library flx-ido)
(require 'flx-ido)
;; Enable flex matching and disable faces so `flx-ido-mode' can do its
;; thing.
(with-eval-after-load 'ido
(setq ido-enable-flex-matching t
ido-use-faces nil))
(flx-ido-mode)
;;;; Minor modes:
;;;;; Paredit: