From e58f2164507ca27aa53efa706ee7592631ee99f7 Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 1 Jul 2020 19:26:09 +0200 Subject: Add magit forge --- emacs-init.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs-init.org b/emacs-init.org index 8ba97f6..6881cdf 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2041,6 +2041,12 @@ Only highlight the changes within a line, not the whole line. :custom (magit-diff-refine-hunk 'all)) #+END_SRC +**** Forge +#+begin_src emacs-lisp +(use-package forge + :after magit + :straight t) +#+end_src **** gitflow Add support for [[https://nvie.com/posts/a-successful-git-branching-model/][gitflow]]. #+begin_src emacs-lisp -- cgit v1.2.3