Defer loading of built-ins
This commit is contained in:
parent
6aeb373f54
commit
e041bd724b
@ -3,11 +3,13 @@
|
||||
;; Configuration for built-ins that don't fit anywhere else
|
||||
(use-package custom
|
||||
:straight (:type built-in)
|
||||
:defer t
|
||||
:config
|
||||
(evil-collection-custom-setup))
|
||||
|
||||
(use-package view
|
||||
:straight (:type built-in)
|
||||
:defer t
|
||||
:config
|
||||
(evil-collection-view-setup))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user