From 264815d056c7f933c748da795cbba210bedc094e Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 11 Jan 2023 07:52:42 -0900 Subject: [PATCH] (hopefully) fix embark-consult bootstrap error --- lisp/mitch-packages.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index db2ce1c..69e2e7a 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -376,8 +376,7 @@ targets." :around #'embark-hide-which-key-indicator) :custom (enable-recursive-minibuffers t)) ;; Consult users will also want the embark-consult package. -(elpaca-use-package embark-consult - :after (embark consult)) +(elpaca-use-package embark-consult) ;; SORTA WORKING: Relative line numbers with stuff (elpaca-use-package nlinum-relative