Skip to content

Instantly share code, notes, and snippets.

@johnwalker
Created October 25, 2013 21:31
Show Gist options
  • Save johnwalker/7162154 to your computer and use it in GitHub Desktop.
Save johnwalker/7162154 to your computer and use it in GitHub Desktop.
(require 'package)
(add-to-list 'package-archives
'("marmalade" .
"http://marmalade-repo.org/packages/"))
(package-initialize)
(require 'undo-tree)
(require 'gist)
(provide 'packages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment