diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/stopemacs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/stopemacs b/.local/bin/stopemacs index d661941..d31541c 100755 --- a/.local/bin/stopemacs +++ b/.local/bin/stopemacs @@ -1,3 +1,4 @@ #!/bin/sh emacsclient -e '(save-buffers-kill-terminal)' +exec notify-send -u low -t 2000 'emacs' ' Emacs daemon stoped' |