aboutsummaryrefslogtreecommitdiff
path: root/SystemD
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-07-10 17:12:52 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-07-10 17:12:52 +0100
commit616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad (patch)
tree6e79244234a4ef481bcfe74a731473fa09e3080c /SystemD
parentc6163358090bc5c4123f634f3bdd91c987c78aa4 (diff)
downloaddotfiles-616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad.tar.gz
dotfiles-616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad.tar.bz2
dotfiles-616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad.zip
(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.
Diffstat (limited to 'SystemD')
-rw-r--r--SystemD/.config/systemd/user/emacs.service4
1 files changed, 2 insertions, 2 deletions
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