Skip to content

Instantly share code, notes, and snippets.

@stuartgunter
Created May 10, 2013 07:40
Show Gist options
  • Save stuartgunter/5552984 to your computer and use it in GitHub Desktop.
Save stuartgunter/5552984 to your computer and use it in GitHub Desktop.
Emacs configuration
alias em="/usr/local/Cellar/emacs/24.3/bin/emacs"
alias emc="/usr/local/Cellar/emacs/24.3/bin/emacsclient"
<?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.daemon</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/Cellar/emacs/24.3/bin/emacs</string>
<string>--daemon</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment