Set no default company-backends
No magic. Let the user decide exactly what backends to use for any given buffer.
This commit is contained in:
parent
7e5b8012b6
commit
c385ed7708
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +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-backends nil
|
||||
company-frontends
|
||||
'(company-pseudo-tooltip-frontend
|
||||
company-echo-metadata-frontend)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue