Disables warnings

This commit is contained in:
2022-10-03 16:10:45 +02:00
parent ead3b5cfb7
commit b3fa91d56a

1
.emacs
View File

@@ -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)))