From 187bb5b3573e7905f2a3937f6e277985b91a3dee Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Mar 2022 17:42:55 -0700 Subject: git: add more forges --- emacs/custom/my-git.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'emacs') diff --git a/emacs/custom/my-git.el b/emacs/custom/my-git.el index 348dfe7..020865c 100644 --- a/emacs/custom/my-git.el +++ b/emacs/custom/my-git.el @@ -41,9 +41,13 @@ ("Updated" 10 t nill updated nil)))) (with-eval-after-load 'forge - (push '("github.rbxs.com" "github.rbx.com/api/v3" - "github.rbx.com" forge-github-repository) - forge-alist)) + (setq forge-alist + (quote + (("github.com" "api.github.com" "github.com" forge-github-repository) + ("gitlab.com" "gitlab.com/api/v4" "gitlab.com" forge-gitlab-repository) + ("git.fcuny.net" "git.fcuny.net/api/v1" "git.fcuny.net" forge-gitea-repository) + ("github.rbx.com" "github.rbx.com/api/v3" "github.rbx.com" forge-github-repository) + ("git.kernel.org" nil "git.kernel.org" forge-cgit-repository))))) (use-package git-commit :ensure t -- cgit 1.4.1