From 9f288841666abc7c56978e5efffbbbc62117d06a Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 15 Jun 2023 06:37:59 -0400 Subject: [PATCH] Defer native comp on windows --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 1a9bdc7..07c719e 100644 --- a/init.el +++ b/init.el @@ -112,3 +112,6 @@ :config literate (default +bindings +smartparens)) + +(when IS-WINDOWS + (setq native-comp-deferred-compilation t)) \ No newline at end of file