From 6206c451f85313ea28d8540a30e76a42de16e8a1 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Mon, 23 Nov 2020 08:38:17 +0100 Subject: [PATCH] Add magit forge --- 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)