From 9367686a867b564ea1d7caff1a9479eb2578eb18 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Mon, 10 Mar 2025 00:15:40 +0200 Subject: Add warnings, suppress compilation ones --- init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 54ca9ff..f032af8 100644 --- a/init.el +++ b/init.el @@ -373,3 +373,7 @@ (unless (treesit-language-available-p name) (treesit-install-language-grammar name)))) treesit-language-source-alist)) + +(use-package warnings + :straight '(warnings :type built-in) + :custom (warning-suppress-types '((comp)))) -- cgit v1.2.3