diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 7e78c27..191e3d3 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -178,7 +178,7 @@ ;; eshell. Pretty good actually. (use-package eshell :elpaca nil - :commands (eshell/emacs eshell/man) + ;; :commands (eshell/emacs eshell/man) ;; :init ;; (defun eshell-banner-initialize () ;; "Run Neofetch in eshell." @@ -189,11 +189,11 @@ (eshell-history-file-name nil) (eshell-history-size nil) (eshell-banner-message "") + (eshell-expand-input-functions '(eshell-expand-history-references)) :config (add-to-list 'eshell-modules-list 'eshell-rebind) (add-to-list 'eshell-modules-list 'eshell-hist) (add-to-list 'eshell-modules-list 'eshell-tramp) - (add-to-list 'eshell-expand-input-functions #'eshell-expand-history-references) (add-hook 'kill-emacs-hook #'eshell-save-some-history) (defun eshell-evil-insert-line (count &optional vcount) (interactive "p")