emacs-config/bin/emacs-stop

6 lines
73 B
Bash
Executable File

#! /bin/bash
# stop the emacs daemon
emacsclient --eval "(kill-emacs)"