aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--early-init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index 91b9fcd..f6bc9d5 100644
--- a/early-init.el
+++ b/early-init.el
@@ -19,6 +19,7 @@
(setq gc-cons-threshold 10000000)
(setq byte-compile-warnings '(not obsolete))
(setq warning-suppress-log-types '((comp) (bytecomp)))
+(setq native-comp-async-report-warnings-errors 'silent)
;; Silence stupid startup message
(setq inhibit-startup-echo-area-message (user-login-name))