Skip to content

Instantly share code, notes, and snippets.

@rick
Created March 24, 2012 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save rick/2186708 to your computer and use it in GitHub Desktop.
Save rick/2186708 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