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")