Add ido-flx
This commit is contained in:
parent
de83d05154
commit
001bb3abd1
1 changed files with 13 additions and 0 deletions
|
@ -211,6 +211,19 @@ This is currently the data directory under the
|
||||||
(require 'ido-ubiquitous)
|
(require 'ido-ubiquitous)
|
||||||
(ido-ubiquitous-mode)
|
(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:
|
;;;; Minor modes:
|
||||||
|
|
||||||
;;;;; Paredit:
|
;;;;; Paredit:
|
||||||
|
|
Loading…
Reference in a new issue