From 0a04d0bdbc6ef0dbf8b2fa4ca08353a971bf0c92 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Sat, 13 Jan 2024 23:06:54 +0100 Subject: [PATCH] Add forge --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 811784a..268fb19 100644 --- a/init.el +++ b/init.el @@ -617,6 +617,10 @@ :bind (("C-x g" . magit-status) ("C-x M-g" . magit-dispatch))) +(use-package forge + :straight t + :after magit) + (use-package yasnippet :straight t :diminish yas-minor-mode