From c977d6d3ada749dd2ef61a3ab1f0f876d15b3fe7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 15 Aug 2025 10:25:12 -0500 Subject: don't byte-compile early init --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 803ddf24c..1b42eb76f 100644 --- a/early-init.el +++ b/early-init.el @@ -1,4 +1,4 @@ -;;; early-init.el --- Emacs Early Init -*- lexical-binding: t; -*- +;;; early-init.el --- Emacs Early Init -*- no-byte-compile: t; lexical-binding: t; -*- ;;; Commentary: -- cgit v1.2.3