Add defer and after to improve emacs startup.

This commit is contained in:
KJ
2024-04-26 02:20:53 -04:00
parent 48afb56d36
commit 7eaa783f2e
6 changed files with 11 additions and 3 deletions

View File

@ -132,6 +132,7 @@
;; Integración entre consult y project
(use-package consult-project-extra
:defer t
:ensure t
:bind
(("C-x p" . consult-project-extra-find)