emacs: keep daemon alive via launchd (#29003)
This commit is contained in:
parent
2bbfece461
commit
e401b876ce
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ class Emacs < Formula
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>Label</key>
|
||||
<string>#{plist_name}</string>
|
||||
<key>ProgramArguments</key>
|
||||
|
|
Loading…
Reference in a new issue