[emacs] Update ELPA url

This commit is contained in:
Correl Roush 2014-05-14 08:11:44 -04:00
parent 7709e8cc18
commit 7cf6340438
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
; -*- mode: emacs-lisp; -*-
(source "elpa" "http://tromey.com/elpa/")
(source "elpa" "http://elpa.gnu.org/packages/")
(source "marmalade" "http://marmalade-repo.org/packages/")
(source "melpa" "http://melpa.milkbox.net/packages/")

View file

@ -2,7 +2,8 @@
(require 'package)
(add-to-list 'package-archives
'("elpa" . "http://tromey.com/elpa/"))
'("elpa" . "http://elpa.gnu.org/packages/"))
;; Add the user-contributed repository
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/"))