refactor(lib): add provide lines

This commit is contained in:
Henrik Lissner
2024-10-02 05:15:58 -04:00
parent fe7b84966a
commit ad29be39f6
15 changed files with 42 additions and 1 deletions

View File

@@ -180,3 +180,6 @@ Also resizees `doom-variable-pitch-font' and `doom-serif-font'."
(doom-adjust-font-size nil)
(when doom-big-font-mode
(doom-adjust-font-size doom-big-font-increment))))
(provide 'doom-lib '(fonts))
;;; fonts.el ends here