From 001bb3abd177c305c432b43cf7e78cf67d442b7f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Jul 2016 02:18:37 +0200 Subject: Add ido-flx --- emacs/.emacs.d/init.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 7d3d5b9..64fba23 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -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: -- cgit v1.2.3-54-g00ecf