mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(startup): Make various modules more lazy-loaded
This should improve startup speed a little bit.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(use-package htmlize)
|
||||
(use-package htmlize
|
||||
:defer t)
|
||||
|
||||
(provide 'siren-htmlize)
|
||||
;;; siren-htmlize.el ends here
|
||||
|
||||
Reference in New Issue
Block a user