diff options
author | fpi | 2021-01-25 13:50:34 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:37:57 +0100 |
commit | 7477fa02cdcef50f802bf070cac288fb922edc6f (patch) | |
tree | c39e15f3610f17fa0dc73b22f7e19dc7fc427ff0 | |
parent | Add another device configuration (diff) |
Add magit forge support for private gitlab instances
-rw-r--r-- | emacs-init.org | 8 | ||||
-rw-r--r-- | emacs-private.el.gpg | bin | 1139 -> 1184 bytes |
2 files changed, 7 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index 3ecbe4a..de5fbe3 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2798,7 +2798,13 @@ Only highlight the changes within a line, not the whole line. #+begin_src emacs-lisp (use-package forge :after magit - :straight t) + :straight t + :config + <<forge-config>>) +#+end_src +Non-standard forges need to be added to ~forge-alist~ manually. +#+begin_src emacs-lisp :tangle no :noweb-ref forge-config +(append forge-alist private/magit-forges) #+end_src **** gitflow Add support for [[https://nvie.com/posts/a-successful-git-branching-model/][gitflow]]. diff --git a/emacs-private.el.gpg b/emacs-private.el.gpg Binary files differindex 916e28e..1deb591 100644 --- a/emacs-private.el.gpg +++ b/emacs-private.el.gpg |