From 514c182c30f3c28385998d3ba4fe4aca26ae050c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 31 Mar 2025 13:01:29 +0200 Subject: [PATCH] Call eshell-command-alert when a command in eshell gets terminated --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index b5f9235..7a4930a 100644 --- a/configuration.org +++ b/configuration.org @@ -1052,7 +1052,8 @@ Now set up eshell. (:map gpolonkai/pers-map ("e" . eshell)) :hook - (eshell-mode . gpolonkai/eshell-set-c-d-locally)) + (eshell-mode . gpolonkai/eshell-set-c-d-locally) + (eshell-kill . eshell-command-alert)) #+end_src ** ~calendar~ & Co.