From 2bdbd1ef5bccc872961a87075e7a7fbd15aaf3b9 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 11 Dec 2023 20:47:22 -0500 Subject: update --- emacs/.config/emacs-kj/lisp/kj-eshell.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.config/emacs-kj/lisp') diff --git a/emacs/.config/emacs-kj/lisp/kj-eshell.el b/emacs/.config/emacs-kj/lisp/kj-eshell.el index 614694e..e383c6b 100644 --- a/emacs/.config/emacs-kj/lisp/kj-eshell.el +++ b/emacs/.config/emacs-kj/lisp/kj-eshell.el @@ -8,6 +8,7 @@ (setq eshell-prefer-lisp-functions nil eshell-scroll-to-bottom-on-input 'all eshell-hist-ignoredups t + eshell-destroy-buffer-when-process-dies t eshell-error-if-no-glob t) (setq tramp-remote-path '(tramp-own-remote-path)) -- cgit v1.2.3