From c53d9647c1a642057014d8efd7d7b88a8c1b1f47 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 29 Oct 2025 00:32:09 +0000 Subject: Some light yakshaving --- SystemD/.config/systemd/user/emacs.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SystemD/.config') diff --git a/SystemD/.config/systemd/user/emacs.service b/SystemD/.config/systemd/user/emacs.service index b0e76f8..d7a260c 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/bin/emacs --bg-daemon -ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)" +ExecStart=/usr/local/bin/emacs --daemon +ExecStop=/usr/local/bin/emacsclient --eval "(kill-emacs)" Restart=on-failure TimeoutStartSec=0 -- cgit v1.2.3-13-gbd6f