From ea323346e3d7397ca9cb9b91605e673f0ee3655c Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 5 Aug 2021 11:45:29 -0400 Subject: [PATCH] [emacs] Systemd script uses local now --- systemd/.config/systemd/user/emacs.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/.config/systemd/user/emacs.service b/systemd/.config/systemd/user/emacs.service index 77ed538..7179786 100644 --- a/systemd/.config/systemd/user/emacs.service +++ b/systemd/.config/systemd/user/emacs.service @@ -3,8 +3,8 @@ Description=Emacs: the extensible, self-documenting text editor [Service] Type=forking -ExecStart=/usr/bin/emacs --daemon -ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)" +ExecStart=/usr/local/bin/emacs --daemon +ExecStop=/usr/local/bin/emacsclient --eval "(kill-emacs)" Environment=SSH_AUTH_SOCK=%t/keyring/ssh Restart=on-failure