mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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$\\)"
|
||||
|
||||
Reference in New Issue
Block a user