summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 54ca9ff..f032af8 100644
--- a/init.el
+++ b/init.el
@@ -373,3 +373,7 @@
373 (unless (treesit-language-available-p name) 373 (unless (treesit-language-available-p name)
374 (treesit-install-language-grammar name)))) 374 (treesit-install-language-grammar name))))
375 treesit-language-source-alist)) 375 treesit-language-source-alist))
376
377(use-package warnings
378 :straight '(warnings :type built-in)
379 :custom (warning-suppress-types '((comp))))