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