diff options
Diffstat (limited to 'systemd/user/emacs.service')
-rw-r--r-- | systemd/user/emacs.service | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/systemd/user/emacs.service b/systemd/user/emacs.service deleted file mode 100644 index 57a7e50..0000000 --- a/systemd/user/emacs.service +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | [Unit] | ||
2 | Description=Emacs text editor | ||
3 | Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/ | ||
4 | |||
5 | [Service] | ||
6 | Type=forking | ||
7 | ExecStart=/home/case/.local/bin/emacs --daemon | ||
8 | ExecStop=/home/case/.local/bin/emacsclient --eval "(kill-emacs)" | ||
9 | Restart=on-always | ||
10 | |||
11 | [Install] | ||
12 | WantedBy=default.target | ||