mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Prefer GNU ELPA and newer MELPA rather than stable
This commit is contained in:
parent
b26f4e9f0f
commit
8851cb92f8
6
init.org
6
init.org
@ -170,9 +170,9 @@
|
|||||||
("MELPA Stable" . "https://stable.melpa.org/packages/")
|
("MELPA Stable" . "https://stable.melpa.org/packages/")
|
||||||
("MELPA" . "https://melpa.org/packages/"))
|
("MELPA" . "https://melpa.org/packages/"))
|
||||||
package-archive-priorities
|
package-archive-priorities
|
||||||
'(("MELPA Stable" . 10)
|
'(("GNU ELPA" . 10)
|
||||||
("GNU ELPA" . 5)
|
("MELPA" . 5)
|
||||||
("MELPA" . 0)))
|
("MELPA Stable" . 0)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
The configuration assumes that the packages listed below are
|
The configuration assumes that the packages listed below are
|
||||||
|
Loading…
Reference in New Issue
Block a user