summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-06-28 11:11:06 +0300
committerGravatar Uko Kokņevičs2025-06-28 11:11:06 +0300
commit66e40f3e20801da2d56553a1414eaac55b5dd342 (patch)
treebee468d7e450deb504f13e56ad69c6a9efe8bd34 /init.el
parentelpaca: Fix versions (diff)
downloademacs.d-66e40f3e20801da2d56553a1414eaac55b5dd342.tar.gz
emacs.d-66e40f3e20801da2d56553a1414eaac55b5dd342.tar.xz
emacs.d-66e40f3e20801da2d56553a1414eaac55b5dd342.zip
warnings: Actually silence the comp warnings correctly
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 5062db9..9782b2c 100644
--- a/init.el
+++ b/init.el
@@ -433,4 +433,4 @@
433 433
434(use-package warnings 434(use-package warnings
435 :ensure nil 435 :ensure nil
436 :custom (warning-suppress-types '((comp)))) 436 :custom (warning-suppress-types '(comp)))