My personal Emacs configuration. Mostly here for my own convenience although feel free to have a poke around.
Again more for me but here's how I use this repo:
git clone [email protected]:kzar/emacs.d.git ~/.emacs.d
cp ~/.emacs.d/my-secrets.el.sample ~/.emacs.d/my-secrets.el
(Requires Emacs 24 as it makes use of the packages module.)
- railwaycat/homebrew-emacsport - The best Emacs port for Mac that I've found.
- Aaron Bedra's Emacs configuration - A much more comprehensive, better written and documented example of an Emacs configuration. (Some bits in my configuration are from this.)
- Declaring .emacs bankruptcy - Good post that inspired me to sort out and share my Emacs configuration. Previously I had one large .emacs file and a bunch of random .el files scattered around my system!