Skip to content

Instantly share code, notes, and snippets.

@dchest
Created January 18, 2010 23:56
Show Gist options
  • Save dchest/280511 to your computer and use it in GitHub Desktop.
Save dchest/280511 to your computer and use it in GitHub Desktop.
Launch Emacs.app from command line
#!/bin/sh
open -a /Applications/Emacs.app/Contents/MacOS/Emacs $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment