add early-init.el

This commit is contained in:
Grant Hunter 2025-01-02 14:05:13 -07:00
parent 64288d42be
commit 14118dac5e

View File

@ -0,0 +1,7 @@
(menu-bar-mode -1)
(scroll-bar-mode -1)
(tool-bar-mode -1)
(setq package-enable-at-startup nil)