feat: Add early-init.el

Disable package.el at startup
This commit is contained in:
Laurens Miers 2023-06-06 10:33:11 +02:00
parent f90a75154e
commit 012444d41b

1
early-init.el Normal file
View file

@ -0,0 +1 @@
(setq package-enable-at-startup nil)