Created
November 9, 2013 09:47
-
-
Save avendael/7383789 to your computer and use it in GitHub Desktop.
Add the melpa and marmalade repositories to the emacs package system.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'package) | |
(package-initialize) | |
(add-to-list 'package-archives | |
'("marmalade" . "http://marmalade-repo.org/packages/") t) | |
(add-to-list 'package-archives | |
'("melpa" . "http://melpa.milkbox.net/packages/") t) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment