Switched order of packages

This commit is contained in:
Benson Chu 2018-04-26 19:52:16 -05:00
parent 61f672870f
commit f53dd6f0da

View file

@ -1,9 +1,8 @@
(setq package-list '(org use-package))
; list the repositories containing them
(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
("melpa" . "http://melpa.org/packages/")
(setq package-archives '(("melpa" . "http://melpa.org/packages/")
("org" . "https://orgmode.org/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")
("elpa" . "http://tromey.com/elpa/")
("marmalade" . "http://marmalade-repo.org/packages/")))