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: