emacs-config/bin/emacs-stop

6 lines
73 B
Plaintext
Raw Normal View History

2024-01-07 09:25:42 -05:00
#! /bin/bash
# stop the emacs daemon
emacsclient --eval "(kill-emacs)"