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

@@ -7,7 +7,6 @@
;;; Code:
(use-package resize-window
:commands resize-window
:bind
("C-;" . resize-window))