From acfab6e2498d8f9b7d90eb3baec7a1a1af40832b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 25 Nov 2022 08:51:46 +0100 Subject: [PATCH] Suppress comp logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …whatever they are 😂 --- customizations.el | 1 + 1 file changed, 1 insertion(+) diff --git a/customizations.el b/customizations.el index be2abdb..70c3927 100644 --- a/customizations.el +++ b/customizations.el @@ -206,6 +206,7 @@ '(tab-width 4) '(use-package-always-ensure t) '(use-package-verbose nil) + '(warning-suppress-log-types '((comp))) '(wl-draft-send-mail-function 'wl-draft-send-mail-with-sendmail)) (custom-set-faces ;; custom-set-faces was added by Custom.