mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +00:00
Prefer melpa stable
This commit is contained in:
parent
74ba7de172
commit
d17f314911
12
init.org
12
init.org
@ -165,10 +165,14 @@
|
|||||||
archive and is well maintained.
|
archive and is well maintained.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
|
(setq package-archives
|
||||||
(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/"))
|
'(("gnu" . "https://elpa.gnu.org/packages/")
|
||||||
|
("MELPA Stable" . "https://stable.melpa.org/packages/")
|
||||||
(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)
|
("MELPA" . "https://melpa.org/packages/"))
|
||||||
|
package-archive-priorities
|
||||||
|
'(("MELPA Stable" . 10)
|
||||||
|
("gnu" . 5)
|
||||||
|
("MELPA" . 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