Created
July 23, 2013 17:30
-
-
Save tychoish/6064329 to your computer and use it in GitHub Desktop.
os x shell helpers for emacs daemon
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
EMACS_DAEMON=ed | |
emacs(){ /Applications/Emacs.app/Contents/MacOS/Emacs } | |
emacs-daemon(){ /Applications/Emacs.app/Contents/MacOS/Emacs --daemon=$EMACS_DAEMON } | |
eg(){ /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -n -c --server-file=$EMACS_DAEMON $@ } | |
egt(){ /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -t --server-file=$EMACS_DAEMON $@ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment