initial commit of early init

disables package at emacs start
This commit is contained in:
Yisroel Baum 2025-09-01 22:32:16 +03:00
parent e375f81cfc
commit 0dc1dbe00f

1
early-init.el Normal file
View file

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