dotfiles/dot_bin/executable_emacs-stop

6 lines
73 B
Plaintext
Raw Normal View History

2021-02-15 20:53:16 -05:00
#! /bin/bash
# stop the emacs daemon
emacsclient --eval "(kill-emacs)"