Append default backends to buffer-local backends

This commit is contained in:
Henrik Lissner 2018-07-30 12:54:59 +02:00
parent e94f1f39f4
commit 533cb13a02
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 28 additions and 18 deletions

View file

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