diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-23 01:25:46 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-23 01:25:46 +0200 |
commit | 575db6052aa15cf135d1bea9efd04d4edef1b062 (patch) | |
tree | 2005b91d281d02b0aa757116cdd123b9093820f6 /.local/bin/stopemacs | |
parent | ncmpc keys update and more (diff) | |
download | dotfiles-bsd-575db6052aa15cf135d1bea9efd04d4edef1b062.tar.gz dotfiles-bsd-575db6052aa15cf135d1bea9efd04d4edef1b062.tar.bz2 dotfiles-bsd-575db6052aa15cf135d1bea9efd04d4edef1b062.tar.xz dotfiles-bsd-575db6052aa15cf135d1bea9efd04d4edef1b062.tar.zst dotfiles-bsd-575db6052aa15cf135d1bea9efd04d4edef1b062.zip |
udpate
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)' |