diff --git a/init.el b/init.el index 28ae941..db4571e 100644 --- a/init.el +++ b/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)