Skip to content

Instantly share code, notes, and snippets.

@zerokarmaleft
Created July 19, 2012 14:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerokarmaleft/3144144 to your computer and use it in GitHub Desktop.
Save zerokarmaleft/3144144 to your computer and use it in GitHub Desktop.
adding melpa repository
(require 'package)
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/") t)
(package-initialize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment