mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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:
@ -28,3 +28,6 @@ For folks with a habit of using \"emacs\" to open files, even in eshell."
|
||||
"Create a directory then cd into it."
|
||||
(make-directory dir t)
|
||||
(eshell/cd dir))
|
||||
|
||||
;;;###autoload
|
||||
(defalias 'eshell/help #'+eshell-lookup-documentation)
|
||||
|
Reference in New Issue
Block a user