up-to-date emacs in os x

Emacs on OS X El Cap is version 22. MacPorts version is 24.

$ sudo port install emacs

then

$ cd ~
$ emacs .bash_profile

paste in:
# Use the up-to-date MacPorts emacs
alias emacs='/opt/local/bin/emacs'
# For our chording coding friends
export EDITOR=/opt/local/bin/emacs

you’re done. Consider portsUpdate to keep it up-to-date daily.

Screen Shot 2016-08-11 at 1.29.46 PM

Screen Shot 2016-08-11 at 1.32.48 PM

Screen Shot 2016-08-11 at 1.29.06 PM

Leave a Reply

Your email address will not be published. Required fields are marked *