From 23c3fa0b429c6d582862077f0257741b6a86d925 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri <andrea.ciceri@autistici.org> Date: Tue, 8 Aug 2023 11:00:54 +0200 Subject: [PATCH] Suppress some annoying warnings --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 6292a1e..555f5e0 100644 --- a/init.el +++ b/init.el @@ -426,5 +426,10 @@ ("C-c t c" . popper-cycle) ("C-c t p" . popper-toggle-type))) + + (provide 'init) ;;; init.el ends here +;; Local Variables: +;; byte-compile-warnings: (not free-vars noruntime unresolved) +;; End: