mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(lib): add provide lines
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user