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:
@ -159,3 +159,6 @@ to reproduce bugs and determine if Doom is to blame."
|
||||
(insert (substitute-command-keys doom-sandbox-preamble)))
|
||||
(goto-char (point-max))
|
||||
(current-buffer))))
|
||||
|
||||
(provide 'doom-lib '(sandbox))
|
||||
;;; sandbox.el ends here
|
||||
|
Reference in New Issue
Block a user