Suppress some annoying warnings
This commit is contained in:
parent
de24afcb76
commit
23c3fa0b42
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -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:
|
||||||
|
|
Reference in a new issue