From 616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 10 Jul 2021 17:12:52 +0100 Subject: (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. --- SystemD/.config/systemd/user/emacs.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SystemD/.config/systemd') diff --git a/SystemD/.config/systemd/user/emacs.service b/SystemD/.config/systemd/user/emacs.service index c410445..d7ba157 100644 --- a/SystemD/.config/systemd/user/emacs.service +++ b/SystemD/.config/systemd/user/emacs.service @@ -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 -- cgit v1.2.3-13-gbd6f