From f8613645f9b43fc3292b48c46680351da81772ab Mon Sep 17 00:00:00 2001 From: Julien Wintz Date: Wed, 25 Apr 2018 00:28:31 +0200 Subject: [PATCH 1/3] 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 From 7dde5b1be7fe401b14e68eb4263218f70a738fd4 Mon Sep 17 00:00:00 2001 From: Julien Wintz Date: Wed, 25 Apr 2018 01:54:40 +0200 Subject: [PATCH 2/3] Fixed typo. --- init.example.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.example.el b/init.example.el index 76f23c7b3..c92e52777 100644 --- a/init.example.el +++ b/init.example.el @@ -21,7 +21,7 @@ :completion (company ; the ultimate code completion backend - +auto ; enabble completion by default + +auto ; enable completion by default +childframe) ; use childframes whenever possible ;helm ; the *other* search engine for love and life ;ido ; the other *other* search engine... From 00a429d65fa56a097b4a535580c49c1c3d0ce6a1 Mon Sep 17 00:00:00 2001 From: Julien Wintz Date: Wed, 25 Apr 2018 02:10:03 +0200 Subject: [PATCH 3/3] Add comment for company childframes being only available on Emacs +26. --- init.example.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.example.el b/init.example.el index c92e52777..d9dd40a12 100644 --- a/init.example.el +++ b/init.example.el @@ -22,7 +22,7 @@ :completion (company ; the ultimate code completion backend +auto ; enable completion by default - +childframe) ; use childframes whenever possible + +childframe) ; use childframes whenever possible. Only available on Emacs +26 ;helm ; the *other* search engine for love and life ;ido ; the other *other* search engine... ivy ; a search engine for love and life