system changes

This commit is contained in:
jjanzen 2025-03-13 18:05:09 -05:00
parent b729cdd7d9
commit 58349eb35f

View file

@ -317,10 +317,7 @@ Install and configure =eat= as a terminal emulator in Emacs.
(defun jj/eshell-quit-or-delete-char (arg)
(interactive "p")
(if (and (eolp) (looking-back eshell-prompt-regexp))
(progn
(eshell-life-is-too-much)
(ignore-errors
(delete-window)))
(delete-forward-char arg)))
:config
(eat-eshell-mode)