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