From b1927ce51dd14a2fee552b074d4221f4b4f09e8c Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Mon, 4 Sep 2023 15:27:35 -0600 Subject: Improve loading of avy and embark --- mixins/base.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mixins/base.el') diff --git a/mixins/base.el b/mixins/base.el index 08eb6da..dbea499 100644 --- a/mixins/base.el +++ b/mixins/base.el @@ -19,6 +19,7 @@ (use-package avy :ensure t + :demand t :bind (("C-c j" . avy-goto-line) ("s-j" . avy-goto-char-timer))) @@ -42,6 +43,7 @@ (use-package embark :ensure t + :demand t :after avy :bind (("C-c a" . embark-act)) ; bind this to an easy key to hit :init -- cgit v1.2.3