From bdac52fca33fc09a16bfe161aef6806b061f04f3 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Thu, 14 Nov 2024 00:55:05 -0500 Subject: [PATCH] feat: add custom forge to `forge-alist` --- config.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.org b/config.org index 9e64f63..12b4b79 100644 --- a/config.org +++ b/config.org @@ -2123,6 +2123,19 @@ Magit already looks great, but it could use some proper syntax highlighting! :hook (magit-mode . magit-delta-mode)) #+end_src +*** Forge + +Forge is a convenient package for working with remote code forges like GitHub, GitLab, etc. These days, I've mostly switched over to my own [[https://git.tokinanpa.dev/][personal forge]] instead of something public like GitHub, so I'll need to let Forge know about that. + +#+begin_src emacs-lisp +(after! forge + (push '("git.tokinanpa.dev" + "git.tokinanpa.dev/api/v1" + "git.tokinanpa.dev" + forge-gitea-repository) + forge-alist)) +#+end_src + ** Marginalia #+call: confpkg("Pkg: marginalia")