Skip to content

Instantly share code, notes, and snippets.

@lancepantz
Created October 30, 2010 00:19
Show Gist options
  • Save lancepantz/654709 to your computer and use it in GitHub Desktop.
Save lancepantz/654709 to your computer and use it in GitHub Desktop.
function e {
if [ "$1" != '' ]; then
touch $1
fi
open -a /Applications/Emacs.app $1
}
@apg
Copy link

apg commented Oct 31, 2010

Check the fork for what I use.

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