From 306c41e7b877aa13d0a4b3d175fbfa86429a1238 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 26 Apr 2018 17:12:17 -0400 Subject: [PATCH] Revise company module flag comment descriptions --- init.example.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.example.el b/init.example.el index d9dd40a12..3c759cee0 100644 --- a/init.example.el +++ b/init.example.el @@ -21,8 +21,8 @@ :completion (company ; the ultimate code completion backend - +auto ; enable completion by default - +childframe) ; use childframes whenever possible. Only available on Emacs +26 + +auto ; as-you-type code completion + +childframe) ; a nicer company UI. Emacs +26 only! ;helm ; the *other* search engine for love and life ;ido ; the other *other* search engine... ivy ; a search engine for love and life