Skip to content

Instantly share code, notes, and snippets.

@eyeyen
Forked from rick/gist:2186708
Created March 30, 2012 17:15
Show Gist options
  • Save eyeyen/2253050 to your computer and use it in GitHub Desktop.
Save eyeyen/2253050 to your computer and use it in GitHub Desktop.
emacs daemon/client command-line aliases for Emacs 24 .dmg installation
alias em='/Applications/Emacs.app/Contents/MacOS/bin/emacsclient'
alias emc='/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -c'
alias emd='/Applications/Emacs.app/Contents/MacOS/Emacs --daemon'
alias emt='/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment