From 66e40f3e20801da2d56553a1414eaac55b5dd342 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 28 Jun 2025 11:11:06 +0300 Subject: warnings: Actually silence the comp warnings correctly --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 5062db9..9782b2c 100644 --- a/init.el +++ b/init.el @@ -433,4 +433,4 @@ (use-package warnings :ensure nil - :custom (warning-suppress-types '((comp)))) + :custom (warning-suppress-types '(comp))) -- cgit v1.2.3