-
-
Save vinbarnes/2187192 to your computer and use it in GitHub Desktop.
emacs daemon/client command-line aliases for Emacs 24 .dmg installation
This file contains hidden or 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