Defer native comp on windows

This commit is contained in:
Nathan McCarty 2023-06-15 06:37:59 -04:00
parent 7793337204
commit 9f28884166
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -112,3 +112,6 @@
:config
literate
(default +bindings +smartparens))
(when IS-WINDOWS
(setq native-comp-deferred-compilation t))