Re-add melpa package-mirror
- needed for dashboard package
This commit is contained in:
parent
3761f0b06a
commit
1a13dfaed0
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
|
@ -8,6 +8,9 @@
|
|||
(add-to-list 'package-archives
|
||||
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||
|
||||
(add-to-list 'package-archives
|
||||
'("melpa" . "http://melpa.milkbox.net/packages/") t)
|
||||
|
||||
;; MUST be called after package-archives is updated
|
||||
;; Else the automated installation logic is not able to install missing packages
|
||||
(package-initialize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue