This is my personal Emacs configuration. I used a lot of code from:
Tested on Emacs 24.4.1 running on OS X
- Launch Emacs.App with the -q flag
- Add MELPA to your package archive:
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t)
- Run
list-packages
and installuse-package
andsession
- Close Emacs.App and run normally without the -q flag
- Configuration should bootstrap itself now and install all the packages