Disable company-mode in eshell-mode

It appears to be incompatible with pcomplete, causing random errors and
whitespace insertion at odd times.
This commit is contained in:
Henrik Lissner 2018-06-29 01:51:49 +02:00
parent 5a78b8db0c
commit 2e29455cb4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -11,7 +11,7 @@
company-tooltip-align-annotations t
company-require-match 'never
company-global-modes
'(not comint-mode erc-mode message-mode help-mode gud-mode)
'(not comint-mode erc-mode message-mode help-mode gud-mode eshell-mode)
company-frontends
'(company-pseudo-tooltip-frontend
company-echo-metadata-frontend)