From 437fbb7355ee8a1d1bfd7025e074f1cc6cc59f82 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 11 Dec 2023 21:01:27 -0500 Subject: update --- emacs/.config/emacs-kj/lisp/kj-eshell.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacs/.config/emacs-kj/lisp/kj-eshell.el b/emacs/.config/emacs-kj/lisp/kj-eshell.el index e383c6b..cc96553 100644 --- a/emacs/.config/emacs-kj/lisp/kj-eshell.el +++ b/emacs/.config/emacs-kj/lisp/kj-eshell.el @@ -9,11 +9,15 @@ eshell-scroll-to-bottom-on-input 'all eshell-hist-ignoredups t eshell-destroy-buffer-when-process-dies t + eshell-review-quick-commands nil + eshell-smart-space-goes-to-end t eshell-error-if-no-glob t) (setq tramp-remote-path '(tramp-own-remote-path)) + (add-to-list 'eshell-modules-list 'eshell-smart) + (add-to-list 'eshell-modules-list 'eshell-tramp) - (add-to-list 'eshell-load-hook #'kj/on-eshell-load) + (add-to-list 'eshell-load-hook 'kj/on-eshell-load) (add-hook 'eshell-mode-hook 'visual-line-mode)) -- cgit v1.2.3