Add +fuzzy flags to helm/ivy in init.example.el
This commit is contained in:
parent
a25e2e0c89
commit
7377ba7537
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue