aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-13 18:05:09 -0500
committerjjanzen <jjanzen@jjanzen.ca>2025-03-13 18:05:09 -0500
commit58349eb35f346806b39bf40837d430c1bce33a0f (patch)
treee42d472e9a2cacdd7f6d71716b73790862d18710 /common
parentb729cdd7d98ea2e82acfb0e2c187ab56ae5594cd (diff)
system changes
Diffstat (limited to 'common')
-rw-r--r--common/.config/emacs/init.el.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index c7826ce..302c2f8 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -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)