From 44bfe663930960b143505f4930ce6d0a520f5387 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:31:28 -0400 Subject: [PATCH] Remove settings that are already t by default --- early-init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/early-init.el b/early-init.el index a0ef795..f113cbb 100644 --- a/early-init.el +++ b/early-init.el @@ -193,9 +193,7 @@ pre-early-init.el, and post-early-init.el.") (native-comp-available-p)) (when minimal-emacs-setup-native-compilation ;; Activate `native-compile' - (setq native-comp-deferred-compilation t - native-comp-jit-compilation t - package-native-compile t)) + (setq package-native-compile t)) ;; Deactivate the `native-compile' feature if it is not available (setq features (delq 'native-compile features)))