From 2784e3cb7205e19796d0ac6ac94094d08cc43338 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 31 May 2018 00:41:57 +0200 Subject: [PATCH] Disable company +childframe by default The feature is still available, it simply isn't the default anymore (at least until company-box is more stable). --- init.example.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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...