mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
term/eshell: add eldoc support
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user