diff --git a/early-init.el b/early-init.el index 1de76be..0e0d893 100644 --- a/early-init.el +++ b/early-init.el @@ -189,7 +189,8 @@ (fboundp 'native-comp-available-p) (native-comp-available-p)) ;; Activate `native-compile' - (setq native-comp-deferred-compilation t + (setq native-comp-jit-compilation t + native-comp-deferred-compilation t ; Obsolete since Emacs 29.1 package-native-compile t) ;; Deactivate the `native-compile' feature if it is not available (setq features (delq 'native-compile features)))