mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Switched order of packages
This commit is contained in:
parent
61f672870f
commit
f53dd6f0da
1 changed files with 2 additions and 3 deletions
5
init.el
5
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/")))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue