From 30c325c98192c95ea8639e9eb9ed0f1694ce0617 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 25 Aug 2023 10:26:31 -0400 Subject: Disable noisy compilation warnings --- emacs/.config/emacs-kj/early-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/.config/emacs-kj') diff --git a/emacs/.config/emacs-kj/early-init.el b/emacs/.config/emacs-kj/early-init.el index fb1d581..fde5f3e 100644 --- a/emacs/.config/emacs-kj/early-init.el +++ b/emacs/.config/emacs-kj/early-init.el @@ -2,9 +2,10 @@ ;; Defer garbage collection further back in the startup process (setq gc-cons-threshold most-positive-fixnum) - (setq-default inhibit-redisplay t inhibit-message t) +;; These log messages are too annoying. +(setq native-comp-async-report-warnings-errors 'silent) (add-hook 'window-setup-hook (lambda () (setq-default inhibit-redisplay nil -- cgit v1.2.3