Skip to content

Instantly share code, notes, and snippets.

@demonbane
Created December 10, 2009 00:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demonbane/252998 to your computer and use it in GitHub Desktop.
Save demonbane/252998 to your computer and use it in GitHub Desktop.
emacs () {
if ! /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -n "$@" 2>/dev/null; then
open -a Emacs.app && sleep 1 && /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -n "$@"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment