mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Update ELPA url
This commit is contained in:
parent
7709e8cc18
commit
7cf6340438
2 changed files with 3 additions and 2 deletions
|
@ -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/")
|
||||
|
||||
|
|
|
@ -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/"))
|
||||
|
|
Loading…
Reference in a new issue