Skip to content

Instantly share code, notes, and snippets.

@scottwb
Created April 13, 2015 14:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Wrapper script for Emacs.app
#!/bin/sh
# Put somewhere in your $PATH and call the file `emacs`
/Applications/Emacs.app/Contents/MacOS/Emacs $1 $2 $3 1>&2 > /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment