Skip to content

Instantly share code, notes, and snippets.

@tychoish
Created July 23, 2013 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tychoish/6064329 to your computer and use it in GitHub Desktop.
Save tychoish/6064329 to your computer and use it in GitHub Desktop.
os x shell helpers for emacs daemon
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