Set package-archives in bootstrap
This commit is contained in:
parent
44ccf02536
commit
a6fd89aa33
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@
|
||||||
(setq-default
|
(setq-default
|
||||||
package--init-file-ensured t
|
package--init-file-ensured t
|
||||||
package-enable-at-startup nil
|
package-enable-at-startup nil
|
||||||
|
package-archives
|
||||||
|
'(("gnu" . "http://elpa.gnu.org/packages/")
|
||||||
|
("melpa" . "http://melpa.org/packages/")
|
||||||
|
("org" . "http://orgmode.org/elpa/"))
|
||||||
gc-cons-threshold 4388608
|
gc-cons-threshold 4388608
|
||||||
gc-cons-percentage 0.2)
|
gc-cons-percentage 0.2)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue