mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
refactor(lib): add provide lines
This commit is contained in:
@ -197,3 +197,6 @@ If prefix ARG, delete all persistent scratches."
|
||||
(message "%S does not exist" (abbreviate-file-name file))
|
||||
(delete-file file)
|
||||
(message "Successfully deleted %S" (abbreviate-file-name file))))))
|
||||
|
||||
(provide 'doom-lib '(scratch))
|
||||
;;; scratch.el ends here
|
||||
|
Reference in New Issue
Block a user