From c6f68bcca9c568c57e842fb405ccd4158bdd1e3d Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 13 Dec 2022 10:43:56 +0100 Subject: small update --- .emacs.d/config.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs.d/config.el') diff --git a/.emacs.d/config.el b/.emacs.d/config.el index 5e57a07..7634932 100644 --- a/.emacs.d/config.el +++ b/.emacs.d/config.el @@ -36,6 +36,8 @@ (setq ring-bell-function 'ignore) (setq history-length 25) (setq global-auto-revert-non-file-buffers t) +(setq native-comp-async-report-warnings-errors 'silent) +(setq warning-minimum-level :error) (setq-default tab-width 4) (setq-default standard-indent 4) -- cgit v1.2.3