From e11541ed08f7760be6025f596997bec06a8885c6 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Fri, 31 May 2024 14:12:33 -0800 Subject: [PATCH] add eldoc and transient explicitly - elpaca still weird abt that --- init.el | 2 ++ 1 file changed, 2 insertions(+) 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)