diff options
author | Case Duckworth | 2023-05-13 23:50:35 -0500 |
---|---|---|
committer | Case Duckworth | 2023-05-13 23:50:35 -0500 |
commit | 832af38380ba5b6a020b034059b4bc5ff7443ded (patch) | |
tree | fce4708280ff964d80a9808ed6826a1f3799e804 /systemd/user | |
parent | uhhhh (diff) | |
download | etc-832af38380ba5b6a020b034059b4bc5ff7443ded.tar.gz etc-832af38380ba5b6a020b034059b4bc5ff7443ded.zip |
uhhh
Diffstat (limited to 'systemd/user')
-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 | ||