/emacs.d

My personal Emacs configuration

Primary LanguageEmacs Lisp

kzar / emacs.d

Intro

My personal Emacs configuration. Mostly here for my own convenience although feel free to have a poke around.

Usage

Again more for me but here's how I use this repo:

  git clone git@github.com: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.)

Resources

  • 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!