From 8c5a0628bc57143ec8b9a42204c9fd065d2150ca Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 14 May 2021 00:31:23 +0100 Subject: suppress compilation warning pop-ups --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index c0576a0..bc3c485 100644 --- a/init.org +++ b/init.org @@ -26,7 +26,8 @@ *** Loading .el newer than .elc files, and eln stuff #+begin_src emacs-lisp (setq load-prefer-newer t) - (setq comp-async-report-warnings-errors nil) + (setq comp-async-report-warnings-errors nil + warning-suppress-types '((comp))) #+end_src * Initialisation *** Portability macros -- cgit v1.2.3