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).
This commit is contained in:
Henrik Lissner 2018-05-31 00:41:57 +02:00
parent d2ca6f65b3
commit 2784e3cb72
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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...