Call eshell-command-alert when a command in eshell gets terminated

This commit is contained in:
Gergely Polonkai 2025-03-31 13:01:29 +02:00
parent ae016f9db4
commit 514c182c30
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -1052,7 +1052,8 @@ Now set up eshell.
(:map gpolonkai/pers-map (:map gpolonkai/pers-map
("e" . eshell)) ("e" . eshell))
:hook :hook
(eshell-mode . gpolonkai/eshell-set-c-d-locally)) (eshell-mode . gpolonkai/eshell-set-c-d-locally)
(eshell-kill . eshell-command-alert))
#+end_src #+end_src
** ~calendar~ & Co. ** ~calendar~ & Co.