Created
October 30, 2010 00:19
-
-
Save lancepantz/654709 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function e { | |
if [ "$1" != '' ]; then | |
touch $1 | |
fi | |
open -a /Applications/Emacs.app $1 | |
} |
patches welcome! :)
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
why not use emacsclient to open in an already existing emacs window (if of course it's open)?