(General)~updates to various files due to reinstall on laptop

By reinstalling arch on my laptop, I've had the chance to see any
loose ends or errors in my setup that, by virtue of how fresh the
system is, I'm motivated to fix.
This commit is contained in:
2021-07-10 17:12:52 +01:00
parent c616335809
commit 616cfa7c07
5 changed files with 11 additions and 14 deletions

View File

@@ -3,8 +3,8 @@ Description=Emacs
[Service]
Type=forking
ExecStart=/usr/local/bin/emacs --bg-daemon=MAIN
ExecStop=/usr/local/bin/emacsclient --socket-name=MAIN --eval "(kill-emacs)"
ExecStart=/usr/bin/emacs --bg-daemon=MAIN
ExecStop=/usr/bin/emacsclient --socket-name=MAIN --eval "(kill-emacs)"
Restart=on-failure
TimeoutStartSec=0