diff options
Diffstat (limited to '.local/bin/stopemacs')
-rwxr-xr-x | .local/bin/stopemacs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/stopemacs b/.local/bin/stopemacs new file mode 100755 index 0000000..d661941 --- /dev/null +++ b/.local/bin/stopemacs @@ -0,0 +1,3 @@ +#!/bin/sh + +emacsclient -e '(save-buffers-kill-terminal)' |