From b3fa91d56af33fc7e3e6ff88d9ca6877692b0f87 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Mon, 3 Oct 2022 16:10:45 +0200 Subject: [PATCH] Disables warnings --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index 2a24218..a25034e 100644 --- a/.emacs +++ b/.emacs @@ -38,6 +38,7 @@ (TeX-master . t) (TeX-parse-self . t))) '(tab-width 4) + '(warning-suppress-log-types '((comp))) '(whitespace-style '(face trailing tabs lines-tail newline space-before-tab::tab space-before-tab::space space-before-tab tab-mark)))