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

@ -115,3 +115,6 @@ non-interactive or frame-less sessions."
(doom-theme-face-attribute theme face attribute inherit))
(setq value (face-attribute-merged-with attribute value inherit))))
value))
(provide 'doom-lib '(themes))
;;; themes.el ends here