dotfiles/dot_bin/executable_emacs-stop

6 lines
73 B
Bash

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