From d41a948843af92da94feab636b9a0bb1f558d2c7 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@users.noreply.gitlab.com> Date: Sat, 21 Nov 2020 12:11:26 +0100 Subject: [PATCH] Use magit forge lib --- bundle/bundle--package.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index adf4fa3c..ee76bfe5 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -151,3 +151,6 @@ There are two things you can do about this warning: ("C-r" . 'counsel-minibuffer-history))) (use-package ox-reveal) + +(use-package forge + :after magit)