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")
|
:custom (default-input-method "japanese")
|
||||||
:config (require 'mir-keybinds))
|
:config (require 'mir-keybinds))
|
||||||
;;(if (fboundp #'elpaca) (elpaca-wait))
|
;;(if (fboundp #'elpaca) (elpaca-wait))
|
||||||
|
(use-package eldoc :ensure t)
|
||||||
(elpaca-wait)
|
(elpaca-wait)
|
||||||
(use-package eldoc-box
|
(use-package eldoc-box
|
||||||
:after eldoc
|
:after eldoc
|
||||||
@ -1022,6 +1023,7 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
(display-graphic-p)
|
(display-graphic-p)
|
||||||
(corfu-terminal-mode +1)))
|
(corfu-terminal-mode +1)))
|
||||||
|
|
||||||
|
(use-package transient :ensure t)
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:after seq
|
:after seq
|
||||||
:commands (madots magit-status magit)
|
:commands (madots magit-status magit)
|
||||||
|
Loading…
Reference in New Issue
Block a user