HACK: Enable AOT native compilation
This commit is contained in:
parent
73039f9790
commit
2ee4eeacdd
|
@ -119,3 +119,7 @@
|
||||||
(magit-delta-mode))
|
(magit-delta-mode))
|
||||||
;; Set up the mail stack
|
;; Set up the mail stack
|
||||||
(after! mu4e (load! "+mail"))
|
(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))
|
||||||
|
|
Loading…
Reference in New Issue