Skip to content

Instantly share code, notes, and snippets.

@scottwb
Created April 13, 2015 14:37
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 scottwb/100fa7862f3cefbca8d3 to your computer and use it in GitHub Desktop.
Save scottwb/100fa7862f3cefbca8d3 to your computer and use it in GitHub Desktop.
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