Created
March 24, 2012 18:53
-
-
Save rick/2186708 to your computer and use it in GitHub Desktop.
emacs daemon/client command-line aliases for Emacs 24 .dmg installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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