diff options
Diffstat (limited to 'Emacs/.config/emacs/elisp')
-rw-r--r-- | Emacs/.config/emacs/elisp/eshell-additions.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/elisp/eshell-additions.el b/Emacs/.config/emacs/elisp/eshell-additions.el index 0436851..5e637c2 100644 --- a/Emacs/.config/emacs/elisp/eshell-additions.el +++ b/Emacs/.config/emacs/elisp/eshell-additions.el @@ -23,8 +23,9 @@ ;;; Code: -(autoload #'eshell/cd "eshell") -(autoload #'eshell/echo "eshell") +(autoload #'eshell "eshell") +(autoload #'eshell/cd "eshell") +(autoload #'eshell/echo "eshell") (autoload #'eshell/send-input "eshell") ;; Aliases |