Skip to content

Instantly share code, notes, and snippets.

@caldwell
Created February 25, 2013 00:44
Show Gist options
  • Save caldwell/5026535 to your computer and use it in GitHub Desktop.
Save caldwell/5026535 to your computer and use it in GitHub Desktop.
I put this little script my PATH so that I can call emacs from the command line and have it launch Emacs.app and not the built in emacs.
#!/bin/sh
/Applications/Emacs.app/Contents/MacOS/Emacs "$@"
@caldwell
Copy link
Author

caldwell commented Feb 9, 2023

@naxels Yeah, that's probably much easier. I've changed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment