Add native-comp-async-query-on-exit

This commit is contained in:
James Cherti
2025-03-02 13:27:57 -05:00
parent fe2dc6c2f2
commit ce1a5e1797

View File

@@ -30,7 +30,6 @@
;; Ask the user whether to terminate asynchronous compilations on exit. ;; Ask the user whether to terminate asynchronous compilations on exit.
;; This prevents native compilation from leaving temporary files in /tmp. ;; This prevents native compilation from leaving temporary files in /tmp.
(setq native-comp-async-query-on-exit t) (setq native-comp-async-query-on-exit t)
(setq confirm-kill-processes t) ; Required for `native-comp-async-query-on-exit'
;;; Undo/redo ;;; Undo/redo