add eldoc and transient explicitly - elpaca still weird abt that

This commit is contained in:
Miranda Marquez 2024-05-31 14:12:33 -08:00
parent 200c7e1d27
commit e11541ed08

View File

@ -361,6 +361,7 @@ If the current window occupies the whole frame, split it."
:custom (default-input-method "japanese")
:config (require 'mir-keybinds))
;;(if (fboundp #'elpaca) (elpaca-wait))
(use-package eldoc :ensure t)
(elpaca-wait)
(use-package eldoc-box
:after eldoc
@ -1022,6 +1023,7 @@ Return nil if DIR is not in a hugo project at all."
(display-graphic-p)
(corfu-terminal-mode +1)))
(use-package transient :ensure t)
(use-package magit
:after seq
:commands (madots magit-status magit)