Add +fuzzy flags to helm/ivy in init.example.el

This commit is contained in:
Henrik Lissner 2018-05-30 11:29:10 +02:00
parent a25e2e0c89
commit 7377ba7537
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -20,10 +20,11 @@
(company ; the ultimate code completion backend
+auto ; as-you-type code completion
+childframe) ; a nicer company UI (Emacs 26+ only)
;helm ; the *other* search engine for love and life
;(helm ; the *other* search engine for love and life
; +fuzzy) ; enable fuzzy search backend for helm
;ido ; the other *other* search engine...
(ivy ; a search engine for love and life
+childframe) ; uses childframes for popups (Emacs 26+ only)
+fuzzy) ; enable fuzzy search backend for ivy
:ui
doom ; what makes DOOM look the way it does