Merge pull request #2986 from rushsteve1/eshell-improvements

Improved Eshell module part 1
This commit is contained in:
Henrik Lissner 2020-05-14 04:31:52 -04:00 committed by GitHub
commit 2bdc14710f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 85 additions and 6 deletions

View file

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