mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
feat: update justfile
This commit is contained in:
2
Justfile
2
Justfile
@@ -176,6 +176,8 @@ reload-emacs-cmd := if os() == "macos" {
|
|||||||
+ "launchctl load " + emacs-plist-path
|
+ "launchctl load " + emacs-plist-path
|
||||||
} else {
|
} else {
|
||||||
"systemctl --user restart emacs.service"
|
"systemctl --user restart emacs.service"
|
||||||
|
+ "\n"
|
||||||
|
+ "systemctl --user status emacs.service"
|
||||||
}
|
}
|
||||||
|
|
||||||
reload-emacs:
|
reload-emacs:
|
||||||
|
|||||||
Reference in New Issue
Block a user