feat: update justfile

This commit is contained in:
Ryan Yin
2024-01-03 23:47:29 +08:00
parent 2e0863ae6d
commit 3d8417b4a2

View File

@@ -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: