Upgrading to Emacs 24.5
I previously wrote a post about switching from Carbon Emacs to Gnu Emacs. Upgrading is pretty simple now, so I thought I’d record the procedure for installing Emacs from source on OSX for future reference:
- Go here and click on a mirror link
- Download the appropriate file, e.g. emacs–24.5.tar.gz
- tar xzf emacs–24.5.tar.gz
- cd emacs–24.5
- ./configure –with-ns
- make install
- drag nextstep/Emacs.app to the Applications directory
Emacs is still awesome!