diff --git a/config.el b/config.el index 8d61876..b1a5c70 100644 --- a/config.el +++ b/config.el @@ -146,7 +146,7 @@ ;; Set up the mail stack (after! mu4e (load! "+mail")) ;; HACK Enable AOT native compilation -(setq native-comp-deferred-compilation nil) +(setq native-comp-jit-compilation nil) (after! (doom-packages straight) (setq straight--native-comp-available t)) ;; Use PlatformIO for Arduino development