diff --git a/config.el b/config.el index 661dc45..2d0fb3d 100644 --- a/config.el +++ b/config.el @@ -86,9 +86,8 @@ ;; Set up the mail stack (after! mu4e (load! "+mail")) ;; HACK Enable AOT native compilation +(setq! package-native-compile t) (setq native-comp-jit-compilation nil) -(after! (doom-packages straight) - (setq straight--native-comp-available t)) ;; Use PlatformIO for Arduino development (use-package! platformio-mode :after cc-mode