feat: add custom forge to forge-alist

This commit is contained in:
Kiana Sheibani 2024-11-14 00:55:05 -05:00
parent 2978acd30c
commit bdac52fca3
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

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