term/eshell: remove esh-autosuggest, improve company integration

esh-autosuggest only provides history completion, which isn't very
useful, especially when we already have history search (via ivy/helm)
available on 'C-s' in eshell.

The active company-backends have been rearranged so that company-capf is
the main completer, but will fall back to company-files (since capf
doesn't complete files, only directories and commands).

I wish there were something more robust, however. Perhaps a way to
integrate pcomplete into company?
This commit is contained in:
Henrik Lissner 2019-10-21 09:42:14 -04:00
parent af7f75089f
commit 25f6d5fec0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 3 additions and 9 deletions

View file

@ -5,4 +5,3 @@
(package! eshell-z)
(package! shrink-path)
(package! esh-help)
(package! esh-autosuggest)