From f8613645f9b43fc3292b48c46680351da81772ab Mon Sep 17 00:00:00 2001 From: Julien Wintz Date: Wed, 25 Apr 2018 00:28:31 +0200 Subject: [PATCH] Add missing completion flags. --- init.example.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.example.el b/init.example.el index e6a24f692..76f23c7b3 100644 --- a/init.example.el +++ b/init.example.el @@ -20,7 +20,9 @@ workspaces ; tab emulation, persistence & separate workspaces :completion - company ; the ultimate code completion backend + (company ; the ultimate code completion backend + +auto ; enabble completion by default + +childframe) ; use childframes whenever possible ;helm ; the *other* search engine for love and life ;ido ; the other *other* search engine... ivy ; a search engine for love and life