From 7477fa02cdcef50f802bf070cac288fb922edc6f Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 25 Jan 2021 13:50:34 +0100 Subject: Add magit forge support for private gitlab instances --- emacs-init.org | 8 +++++++- emacs-private.el.gpg | Bin 1139 -> 1184 bytes 2 files changed, 7 insertions(+), 1 deletion(-) 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 + <>) +#+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 index 916e28e..1deb591 100644 Binary files a/emacs-private.el.gpg and b/emacs-private.el.gpg differ -- cgit v1.2.3