Explicitly install flx
This commit is contained in:
parent
291b309522
commit
12f5520406
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue