From 0dc1dbe00ff5bc96d872bab0179d5ab1064e8bc8 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 1 Sep 2025 22:32:16 +0300 Subject: [PATCH] initial commit of early init disables package at emacs start --- early-init.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 early-init.el diff --git a/early-init.el b/early-init.el new file mode 100644 index 0000000..512068a --- /dev/null +++ b/early-init.el @@ -0,0 +1 @@ +(setq package-enable-at-startup nil)