Skip to content

Instantly share code, notes, and snippets.

@sritchie
Created June 19, 2011 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sritchie/1034850 to your computer and use it in GitHub Desktop.
Save sritchie/1034850 to your computer and use it in GitHub Desktop.
(setq autoload-file (concat dotfiles-dir "loaddefs.el"))
(setq package-user-dir (concat dotfiles-dir "elpa"))
(setq custom-file (concat dotfiles-dir "custom.el"))
(require 'package)
(dolist (source '(("marmalade" . "http://marmalade-repo.org/packages/")
("elpa" . "http://tromey.com/elpa/")))
(add-to-list 'package-archives source t))
(package-initialize)
(require 'starter-kit-elpa)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment