Explicitly install flx

This commit is contained in:
Tom Willemse 2016-07-26 03:35:18 +02:00
parent 291b309522
commit 12f5520406

View file

@ -189,6 +189,12 @@ This is currently the data directory under the
(concat user-emacs-directory "vendor-lisp/eternal-theme")) (concat user-emacs-directory "vendor-lisp/eternal-theme"))
(load-theme 'eternal :no-confirm) (load-theme 'eternal :no-confirm)
;;;; Flx:
;;; Install flx so ivy can use it for fuzzy matching.
(ensure-library flx)
;;;; Ivy: ;;;; Ivy:
;;; Ivy is a completing read implementation that offers choises ;;; Ivy is a completing read implementation that offers choises