From ce1a5e179705d8cbcc11fb8b467615267af1da62 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 2 Mar 2025 13:27:57 -0500 Subject: [PATCH] Add native-comp-async-query-on-exit --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index f42bb6b..bb2b4b6 100644 --- a/init.el +++ b/init.el @@ -30,7 +30,6 @@ ;; Ask the user whether to terminate asynchronous compilations on exit. ;; This prevents native compilation from leaving temporary files in /tmp. (setq native-comp-async-query-on-exit t) -(setq confirm-kill-processes t) ; Required for `native-comp-async-query-on-exit' ;;; Undo/redo