Call eshell-command-alert when a command in eshell gets terminated
This commit is contained in:
parent
ae016f9db4
commit
514c182c30
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user