diff --git a/init.example.el b/init.example.el index ee95b7d7a..c1be24b80 100644 --- a/init.example.el +++ b/init.example.el @@ -18,11 +18,11 @@ :completion (company ; the ultimate code completion backend +auto) ; as-you-type code completion - ;(helm ; the *other* search engine for love and life - ; +fuzzy) ; enable fuzzy search backend for helm + (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 - +fuzzy) ; enable fuzzy search backend for ivy + ;(ivy ; a search engine for love and life + ; +fuzzy) ; enable fuzzy search backend for ivy :ui doom ; what makes DOOM look the way it does