Skip to content

Instantly share code, notes, and snippets.

@practicalli-johnny
Last active August 29, 2015 14:20
Show Gist options
  • Save practicalli-johnny/8bf0ca0fb625b73dca6e to your computer and use it in GitHub Desktop.
Save practicalli-johnny/8bf0ca0fb625b73dca6e to your computer and use it in GitHub Desktop.
Script to run Emacs on MacOSX - installed from emacsformacosx.com
#!/bin/sh
## Run Emacs 24 from install of http://emacsformacosx.com
/Applications/Emacs.app/Contents/MacOS/Emacs "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment