summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-init.org6
1 files changed, 6 insertions, 0 deletions
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