From 00a429d65fa56a097b4a535580c49c1c3d0ce6a1 Mon Sep 17 00:00:00 2001 From: Julien Wintz Date: Wed, 25 Apr 2018 02:10:03 +0200 Subject: [PATCH] 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