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