chore(startup): Make various modules more lazy-loaded

This should improve startup speed a little bit.
This commit is contained in:
2020-03-15 02:44:46 +00:00
parent ac3f851a52
commit efecb5172c
22 changed files with 51 additions and 49 deletions

View File

@@ -6,7 +6,8 @@
;;; Code:
(use-package htmlize)
(use-package htmlize
:defer t)
(provide 'siren-htmlize)
;;; siren-htmlize.el ends here