diff --git a/init.example.el b/init.example.el index 767ea199d..c68dd3b4f 100644 --- a/init.example.el +++ b/init.example.el @@ -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