mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Let's go a bit more stable
This commit is contained in:
parent
00cc304845
commit
d87493e6bd
8
init.org
8
init.org
@ -167,11 +167,13 @@
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq package-archives
|
||||
'(("gnu" . "https://elpa.gnu.org/packages/")
|
||||
'(("GNU ELPA" . "https://elpa.gnu.org/packages/")
|
||||
("MELPA Stable" . "https://stable.melpa.org/packages/")
|
||||
("MELPA" . "https://melpa.org/packages/"))
|
||||
package-archive-priorities
|
||||
'(("MELPA" . 5)
|
||||
("gnu" . 0)))
|
||||
'(("MELPA Stable" . 10)
|
||||
("GNU ELPA" . 5)
|
||||
("MELPA" . 0)))
|
||||
#+END_SRC
|
||||
|
||||
The configuration assumes that the packages listed below are
|
||||
|
Loading…
Reference in New Issue
Block a user