mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Set package-archives in bootstrap
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user