From 9de8d2adc32f9f3a404be41cf206b94865146a42 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 16 Nov 2018 09:32:20 -0500 Subject: systemd: Use the now-stock emacs.service --- .config/systemd/user/emacs-daemon.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .config/systemd/user/emacs-daemon.service (limited to '.config/systemd/user/emacs-daemon.service') diff --git a/.config/systemd/user/emacs-daemon.service b/.config/systemd/user/emacs-daemon.service deleted file mode 100644 index 31aa22e..0000000 --- a/.config/systemd/user/emacs-daemon.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Emacs deamon - -[Service] -Type=forking -ExecStart=/usr/bin/env emacs --daemon -ExecStop=/usr/bin/env emacsclient -a false -e '(kill-emacs)' -SyslogIdentifier=emacs -Restart=always - -[Install] -WantedBy=default.target -- cgit v1.2.3