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:
parent
d2ca6f65b3
commit
2784e3cb72
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
(company ; the ultimate code completion backend
|
(company ; the ultimate code completion backend
|
||||||
+auto ; as-you-type code completion
|
+auto) ; as-you-type code completion
|
||||||
+childframe) ; a nicer company UI (Emacs 26+ only)
|
|
||||||
;(helm ; the *other* search engine for love and life
|
;(helm ; the *other* search engine for love and life
|
||||||
; +fuzzy) ; enable fuzzy search backend for helm
|
; +fuzzy) ; enable fuzzy search backend for helm
|
||||||
;ido ; the other *other* search engine...
|
;ido ; the other *other* search engine...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue