Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Forked from rick/gist:2186708
Created March 24, 2012 19:42
Show Gist options
  • Save vinbarnes/2187192 to your computer and use it in GitHub Desktop.
Save vinbarnes/2187192 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