From fbc5ef94705b23c2ba53717486997ffc693895e3 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 5 May 2024 15:33:02 +0200 Subject: [PATCH] disable package.el --- early-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/early-init.el b/early-init.el index c3a2f00..cbd5abc 100644 --- a/early-init.el +++ b/early-init.el @@ -10,6 +10,7 @@ ;; Resizing the emacs frame can be a terriblu expensive part of changing the font. ;; By inhibiting this, we easily hale startup times with fonts that are larger ;; than the system default. +(setq package-enable-at-startup nil) (setq frame-inhibit-implied-resize t) (menu-bar-mode -1) ;; disable menu bar