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

@ -165,3 +165,6 @@ imported into Emacs."
(doom--if-compile doom-upgrade-command
(when (y-or-n-p "You must restart Emacs for the upgrade to take effect.\n\nRestart Emacs?")
(doom/restart-and-restore))))
(provide 'doom-lib '(config))
;;; config.el ends here