From 1767dae080c53031b0099acbe8ba73557ec7540d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 15 Mar 2021 23:04:24 +0000 Subject: [PATCH] feat(native_comp): set comp-async-query-on-exit to t Enable pre-exit warnings for when async native-compilation is still running. --- early-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index f419566..53c5147 100644 --- a/early-init.el +++ b/early-init.el @@ -7,7 +7,8 @@ ;;; Code: ;; Native-Comp -(setq comp-speed 2) +(setq comp-speed 2 + comp-async-query-on-exit t) (setq comp-deferred-compilation-deny-list '("\\(?:[/\\\\]\\.dir-locals\\.el$\\)"