diff options
author | fpi | 2020-07-01 19:26:09 +0200 |
---|---|---|
committer | fpi | 2020-07-01 19:30:07 +0200 |
commit | e58f2164507ca27aa53efa706ee7592631ee99f7 (patch) | |
tree | 96fd19048fc8dd50f77a683622acfb6ab1f3f4e9 | |
parent | Add dired-git-info (diff) |
Add magit forge
-rw-r--r-- | emacs-init.org | 6 |
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 |