summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-12-11 20:47:22 -0500
committerKjetil Orbekk <kj@orbekk.com>2023-12-11 20:47:30 -0500
commit2bdbd1ef5bccc872961a87075e7a7fbd15aaf3b9 (patch)
tree36cca1e995a6db98dfbb19f945850bd6a1548db7
parentfafa06e291aea8c0b1cd3d5c9b3a826edbdec66c (diff)
update
-rw-r--r--emacs/.config/emacs-kj/lisp/kj-eshell.el1
1 files changed, 1 insertions, 0 deletions
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))