Skip to content

Instantly share code, notes, and snippets.

@eschulte
Created October 14, 2011 16:36
Show Gist options
  • Save eschulte/1287618 to your computer and use it in GitHub Desktop.
Save eschulte/1287618 to your computer and use it in GitHub Desktop.
configuring package.el when running Emacs24
(setq package-archives
'(("original" . "http://tromey.com/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")
("marmalade" . "http://marmalade-repo.org/packages/")))
(package-initialize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment