update emacsctl for no systemd
1 files changed, 3 insertions(+), 3 deletions(-) M bin/emacsctl
M bin/emacsctl => bin/emacsctl +3 -3
@@ 4,7 4,7 @@ new() { if [ $# -eq 0 ]; then new_eval "(fancy-about-screen)" > /dev/null else emacsclient -t "$@" emacsclient -t -d localhost:0 "$@" fi } @@ 13,12 13,12 @@ start() { } stop() { systemctl --user stop emacs pkill emacs } new_eval() { emacsclient -nw -nt --eval "$@" emacsclient -d localhost:0 -nw -nt --eval "$@" } handle_cli() {