mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Don't do stable versions
This commit is contained in:
parent
b121a5f18f
commit
eb85be84ea
4
init.org
4
init.org
@ -169,11 +169,9 @@
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq package-archives
|
||||
'(("gnu" . "https://elpa.gnu.org/packages/")
|
||||
("MELPA Stable" . "https://stable.melpa.org/packages/")
|
||||
("MELPA" . "https://melpa.org/packages/"))
|
||||
package-archive-priorities
|
||||
'(("MELPA Stable" . 10)
|
||||
("gnu" . 5)
|
||||
'(("gnu" . 5)
|
||||
("MELPA" . 0)))
|
||||
#+END_SRC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user