term/eshell: add eldoc support
This commit is contained in:
parent
8dd8420ff7
commit
0344d6719c
2 changed files with 6 additions and 0 deletions
|
@ -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))
|
||||
|
|
|
@ -4,3 +4,4 @@
|
|||
(package! eshell-up)
|
||||
(package! eshell-z)
|
||||
(package! shrink-path)
|
||||
(package! esh-help)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue