feat: enable native comp jit always
1 files changed, 2 insertions(+), 0 deletions(-) M early-init.el
M early-init.el => early-init.el +2 -0
@@ 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 ;; ------------------------------------------------------------------------------------------