From 12c05936310f1aafe46e6604da28a880ef0f7223 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:33:49 -0500 Subject: [PATCH] Remove minimal-emacs-setup-native-compilation --- early-init.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/early-init.el b/early-init.el index 6e775b8..9c73222 100644 --- a/early-init.el +++ b/early-init.el @@ -81,15 +81,6 @@ tradeoff is that the mode line is hidden during the startup phase.") When set to non-nil, Emacs will automatically call `package-initialize' and `package-refresh-contents' to set up and update the package system.") -(defvar minimal-emacs-setup-native-compilation t - "Controls whether native compilation settings are enabled during setup. -When non-nil, the following variables are set to non-nil to enable -native compilation features: -- `native-comp-deferred-compilation' -- `native-comp-jit-compilation' -If nil, these variables are left at their default values and are not -modified during setup.") - (defvar minimal-emacs-inhibit-redisplay-during-startup nil "Suppress redisplay during startup to improve performance. This prevents visual updates while Emacs initializes. The tradeoff is that you