From 3d8417b4a23a13afe8b260d65ccda6c1c2b0c8cd Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 3 Jan 2024 23:47:29 +0800 Subject: [PATCH] feat: update justfile --- Justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Justfile b/Justfile index 31ba1cf1..145509e3 100644 --- a/Justfile +++ b/Justfile @@ -176,6 +176,8 @@ reload-emacs-cmd := if os() == "macos" { + "launchctl load " + emacs-plist-path } else { "systemctl --user restart emacs.service" + + "\n" + + "systemctl --user status emacs.service" } reload-emacs: