From 9a4b58a732e1bcaa61e3180d352b66ad97c2e352 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 15 Sep 2024 09:53:19 +0200 Subject: [PATCH] feat: enable native comp jit always --- early-init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/early-init.el b/early-init.el index 674fee0..7327f91 100644 --- a/early-init.el +++ b/early-init.el @@ -3,6 +3,8 @@ (eval-and-compile (setq load-prefer-newer t)) +(setq native-comp-jit-compilation t) + ;; ------------------------------------------------------------------------------------------ ;; Speed optimization taken from igloo.el, see https://github.com/VojtechStep/igloo.el ;; ------------------------------------------------------------------------------------------ -- 2.48.1