diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-23 02:27:49 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-23 02:27:49 +0200 |
commit | ba06b5fb8c054f769c303c8b02a08502d6067210 (patch) | |
tree | 4e44baf8a095cd2df863ad47e50c900660c9656e /.local/bin/stopemacs | |
parent | new package (diff) | |
download | dotfiles-bsd-ba06b5fb8c054f769c303c8b02a08502d6067210.tar.gz dotfiles-bsd-ba06b5fb8c054f769c303c8b02a08502d6067210.tar.bz2 dotfiles-bsd-ba06b5fb8c054f769c303c8b02a08502d6067210.tar.xz dotfiles-bsd-ba06b5fb8c054f769c303c8b02a08502d6067210.tar.zst dotfiles-bsd-ba06b5fb8c054f769c303c8b02a08502d6067210.zip |
update
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' |