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:
parent
5a78b8db0c
commit
2e29455cb4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
company-tooltip-align-annotations t
|
company-tooltip-align-annotations t
|
||||||
company-require-match 'never
|
company-require-match 'never
|
||||||
company-global-modes
|
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-frontends
|
||||||
'(company-pseudo-tooltip-frontend
|
'(company-pseudo-tooltip-frontend
|
||||||
company-echo-metadata-frontend)
|
company-echo-metadata-frontend)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue