summaryrefslogtreecommitdiffstats
path: root/.local/bin/stopemacs
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-23 01:25:46 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-23 01:25:46 +0200
commit575db6052aa15cf135d1bea9efd04d4edef1b062 (patch)
tree2005b91d281d02b0aa757116cdd123b9093820f6 /.local/bin/stopemacs
parentncmpc keys update and more (diff)
downloaddotfiles-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/stopemacs3
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)'