term/eshell: add eldoc support

This commit is contained in:
Henrik Lissner 2019-10-18 19:39:29 -04:00
parent 8dd8420ff7
commit 0344d6719c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 6 additions and 0 deletions

View file

@ -169,3 +169,8 @@ You should use `set-eshell-alias!' to change this.")
(unless (file-exists-p eshell-z-freq-dir-hash-table-file-name)
(setq eshell-z-freq-dir-hash-table-file-name
(expand-file-name "z" eshell-directory-name))))
(use-package! esh-help
:after eshell
:config (setup-esh-help-eldoc))

View file

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