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

@ -155,3 +155,6 @@ switch."
(when (boundp 'chemacs-current-emacs-profile)
(list "--with-profile" chemacs-current-emacs-profile))
(list "-l" tmpfile)))))
(provide 'doom-lib '(sessions))
;;; sessions.el ends here