diff --git a/init.example.el b/init.example.el index c68dd3b4f..027fcacd1 100644 --- a/init.example.el +++ b/init.example.el @@ -18,8 +18,7 @@ :completion (company ; the ultimate code completion backend - +auto ; as-you-type code completion - +childframe) ; a nicer company UI (Emacs 26+ only) + +auto) ; as-you-type code completion ;(helm ; the *other* search engine for love and life ; +fuzzy) ; enable fuzzy search backend for helm ;ido ; the other *other* search engine...