feat(native_comp): set comp-async-query-on-exit to t

Enable pre-exit warnings for when async native-compilation is still
running.
This commit is contained in:
2021-03-15 23:04:24 +00:00
parent b7bc119af0
commit 1767dae080

View File

@@ -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$\\)"