mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
feat(eshell): add help command & lookup handler
Fix: #6867 Co-authored-by: aikrahguzar <aikrahguzar@users.noreply.github.com>
This commit is contained in:
@@ -55,6 +55,9 @@ You should use `set-eshell-alias!' to change this.")
|
||||
;;; Packages
|
||||
|
||||
(after! eshell ; built-in
|
||||
(set-lookup-handlers! 'eshell-mode
|
||||
:documentation #'+eshell-lookup-documentation)
|
||||
|
||||
(setq eshell-banner-message
|
||||
'(format "%s %s\n"
|
||||
(propertize (format " %s " (string-trim (buffer-name)))
|
||||
|
Reference in New Issue
Block a user