From 63b070ce807d3975b5e646fa915dc1700b9632ec Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 18 Jan 2024 18:53:25 -0500 Subject: [PATCH] fix(emacs): suppress emacs-nativecomp warnings Signed-off-by: Lucas Sta Maria --- .emacs.d/include/general.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/include/general.el b/.emacs.d/include/general.el index 678210e..6f0a070 100644 --- a/.emacs.d/include/general.el +++ b/.emacs.d/include/general.el @@ -122,6 +122,9 @@ (global-unset-key (kbd "C-z")) (global-unset-key (kbd "C-x C-z")) +;; emacs-nativecomp +(setq native-comp-async-report-warnings-errors nil) + ;; From https://stackoverflow.com/questions/8309769/how-can-i-prevent-emacs-from-opening-new-window-for-compilation-output ;; Helper for compilation. Close the compilation window if