summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-07-01 19:26:09 +0200
committerfpi2020-07-01 19:30:07 +0200
commite58f2164507ca27aa53efa706ee7592631ee99f7 (patch)
tree96fd19048fc8dd50f77a683622acfb6ab1f3f4e9 /emacs-init.org
parentAdd dired-git-info (diff)
Add magit forge
Diffstat (limited to 'emacs-init.org')
-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