From c3d7b5ecee6057a6fb90047fa411e1b7622b1b98 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:26:06 -0500 Subject: [PATCH] Add byte-compile-current-file check to package management --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index d8205bb..e00ed36 100644 --- a/init.el +++ b/init.el @@ -47,6 +47,7 @@ ;;; package.el (when (and (bound-and-true-p minimal-emacs-package-initialize-and-refresh) + (not (bound-and-true-p byte-compile-current-file)) (not (or (fboundp 'straight-use-package) (fboundp 'elpaca)))) ;; Initialize and refresh package contents again if needed