From 12f552040691299f1ceb81fbbc71fe2983e9d564 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Jul 2016 03:35:18 +0200 Subject: Explicitly install flx --- emacs/.emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 537e430..95a4e3e 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -189,6 +189,12 @@ This is currently the data directory under the (concat user-emacs-directory "vendor-lisp/eternal-theme")) (load-theme 'eternal :no-confirm) +;;;; Flx: + +;;; Install flx so ivy can use it for fuzzy matching. + +(ensure-library flx) + ;;;; Ivy: ;;; Ivy is a completing read implementation that offers choises -- cgit v1.2.3-54-g00ecf