diff options
author | Ben Sima <ben@bsima.me> | 2018-06-13 22:03:27 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-06-13 22:03:27 -0700 |
commit | 553ec0ba8b3b84dddec28d393296572e0410bd79 (patch) | |
tree | 8364cd58bd7f7f88df3e0f85ffdaf5290402d7e1 /stop-emacs | |
parent | 77c9a177b2b595d4ce25095b58e2388fe33cc97a (diff) |
Remove unused scripts
Diffstat (limited to 'stop-emacs')
-rwxr-xr-x | stop-emacs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stop-emacs b/stop-emacs deleted file mode 100755 index f681d56..0000000 --- a/stop-emacs +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh - -emacsclient --eval "(progn (setq kill-emacs-hook 'nil) (kill-emacs))"
\ No newline at end of file |