aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-26 03:35:18 +0200
committerGravatar Tom Willemse2016-07-26 03:35:18 +0200
commit12f552040691299f1ceb81fbbc71fe2983e9d564 (patch)
treef969123e5b8387c30b1b68002a93d4eb8d9aea54
parent291b309522d411c4dcea202a05705dc111d8c60b (diff)
downloadnew-dotfiles-12f552040691299f1ceb81fbbc71fe2983e9d564.tar.gz
new-dotfiles-12f552040691299f1ceb81fbbc71fe2983e9d564.zip
Explicitly install flx
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 6 insertions, 0 deletions
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