company-capf = universal default company-backend

Also removes company-files from sly-mrepl-mode, because sly's capf
completion includes file completion.
This commit is contained in:
Henrik Lissner 2018-10-03 11:18:58 -04:00
parent bc16ef5431
commit b4b19c40bf
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 3 deletions

View file

@ -12,7 +12,7 @@
company-require-match 'never
company-global-modes
'(not erc-mode message-mode help-mode gud-mode eshell-mode)
company-backends nil
company-backends '(company-capf)
company-frontends
'(company-pseudo-tooltip-frontend
company-echo-metadata-frontend))