Only use defer t for now.

In another oportunity i will optimize this again.
This commit is contained in:
kj
2025-06-08 12:42:48 -03:00
parent 4fc380750e
commit cc1fb2a0c9
4 changed files with 37 additions and 37 deletions

View File

@ -16,7 +16,7 @@
;;; Code:
(use-package corfu
:defer 0.5
:defer t
:ensure (:files (:defaults "extensions/*")
:includes (corfu-info corfu-history))
:hook ((corfu-mode . corfu-popupinfo-mode))