Skip to content

Instantly share code, notes, and snippets.

@atotto
Created September 8, 2013 12:08
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 atotto/6484268 to your computer and use it in GitHub Desktop.
Save atotto/6484268 to your computer and use it in GitHub Desktop.
Emacs execution script on OS X
#!/bin/sh
## for OSX
## You can call Emacs on the terminal and use environment variables of your shell.
open -a Emacs --args $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment