HACK: Enable AOT native compilation

This commit is contained in:
coolneng 2022-10-01 00:54:27 +02:00
parent 73039f9790
commit 2ee4eeacdd
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

View File

@ -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))