From 53ae0372d02a4113989694803081c7e08ba25476 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 3 Nov 2024 00:02:32 -0400 Subject: [PATCH] fix(emacs): up `warning-minimum-level` Signed-off-by: Lucas Sta Maria --- .emacs.d/include/general.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/include/general.el b/.emacs.d/include/general.el index a3536c9..f02f402 100644 --- a/.emacs.d/include/general.el +++ b/.emacs.d/include/general.el @@ -186,6 +186,7 @@ ;; emacs-nativecomp (setq native-comp-async-report-warnings-errors nil) +(setq warning-minimum-level :error) ;; From https://stackoverflow.com/questions/8309769/how-can-i-prevent-emacs-from-opening-new-window-for-compilation-output