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

@@ -9,6 +9,7 @@
(require 'siren-helm)
(use-package helm-make
:defer t
:bind
(:map helm-command-map
("m" . helm-make-projectile))