diff --git a/thoom-emacs/modules/thoom-prog.el b/thoom-emacs/modules/thoom-prog.el index 71c34ba..e04de5b 100644 --- a/thoom-emacs/modules/thoom-prog.el +++ b/thoom-emacs/modules/thoom-prog.el @@ -48,7 +48,8 @@ (use-package eshell :config - (setq eshell-destroy-buffer-when-process-dies t) + (setq eshell-destroy-buffer-when-process-dies t + eshell-visual-commands '()) ;; From https://karthinks.com/software/jumping-directories-in-eshell/ (defun eshell/j (&optional regexp)