Skip to content

Instantly share code, notes, and snippets.

@troyastorino
troyastorino / init.el
Created November 28, 2011 14:20
My Emacs initialization file
(require 'package)
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/") t)
(package-initialize)
(when (not package-archive-contents)
(package-refresh-contents))
(defvar my-packages '(starter-kit
starter-kit-lisp