add eldoc and transient explicitly - elpaca still weird abt that
This commit is contained in:
parent
200c7e1d27
commit
e11541ed08
2
init.el
2
init.el
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user