diff --git a/config.el b/config.el index 4ef50e8..b4572b0 100644 --- a/config.el +++ b/config.el @@ -119,3 +119,7 @@ (magit-delta-mode)) ;; Set up the mail stack (after! mu4e (load! "+mail")) +;; HACK Enable AOT native compilation +(setq native-comp-deferred-compilation nil) +(after! (doom-packages straight) + (setq straight--native-comp-available t))