1) Go to http://emacsformacosx.com/ and download Emacs 23.3; install it.
2) For commandline use in Terminal, create the following script in your ~/bin or somewhere at the top of your $PATH:
$ more bin/emacs
#!/bin/sh
EMACS_APP=/Applications/Emacs.app # <- UPDATE THIS IF NEEDED
EMACS=$EMACS_APP/Contents/MacOS/Emacs
export EMACS
exec $EMACS "$@"
exit 1
3) Run it as normal.
Better highlighting, better javascript mode…
Leave a Reply