emacs: run daemon in foreground (#28663)
This commit is contained in:
parent
0e1694eddc
commit
f6e50eb395
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class Emacs < Formula
|
|||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>#{opt_bin}/emacs</string>
|
||||
<string>--daemon</string>
|
||||
<string>--fg-daemon</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
|
|
Loading…
Reference in a new issue