Skip to content

Instantly share code, notes, and snippets.

@fikovnik
Created October 3, 2018 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fikovnik/fa1033dbf9a99e67d8d6e8e0a29b7547 to your computer and use it in GitHub Desktop.
Save fikovnik/fa1033dbf9a99e67d8d6e8e0a29b7547 to your computer and use it in GitHub Desktop.
emacs services on OSX
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>emacs</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/emacs</string>
<string>--fg-daemon</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
@fikovnik
Copy link
Author

fikovnik commented Oct 3, 2018

Add to ~/Library/LaunchAgents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment