mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
refactor(lib): add provide lines
This commit is contained in:
@ -153,3 +153,6 @@ LOCATION defaults to `doom-store-location'."
|
||||
(when (file-exists-p path)
|
||||
(delete-file path)
|
||||
t)))
|
||||
|
||||
(provide 'doom-lib '(store))
|
||||
;;; store.el ends here
|
||||
|
Reference in New Issue
Block a user