Suppress some annoying warnings

This commit is contained in:
Andrea Ciceri 2023-08-08 11:00:54 +02:00
parent de24afcb76
commit 23c3fa0b42
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -426,5 +426,10 @@
("C-c t c" . popper-cycle) ("C-c t c" . popper-cycle)
("C-c t p" . popper-toggle-type))) ("C-c t p" . popper-toggle-type)))
(provide 'init) (provide 'init)
;;; init.el ends here ;;; init.el ends here
;; Local Variables:
;; byte-compile-warnings: (not free-vars noruntime unresolved)
;; End: