Fixes from PR feedback

This contains fixes suggested by Henrik as feedback from the initial PR,
including updating and correcting the Eshell module README, and few
tweaks to the module configuration, and properly pinning
eshell-did-you-mean.
This commit is contained in:
Steven vanZyl 2020-04-28 09:35:06 -04:00
parent 73de701073
commit 85cf7a794b
4 changed files with 17 additions and 12 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-backends '(company-capf)
company-frontends '(company-pseudo-tooltip-frontend
company-echo-metadata-frontend))