From f53dd6f0daa1f45badca2423c6149590ea93dcb9 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Thu, 26 Apr 2018 19:52:16 -0500 Subject: [PATCH] Switched order of packages --- init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 9a2bccf..7cd69f7 100644 --- a/init.el +++ b/init.el @@ -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/")))