feat: add custom forge to forge-alist
This commit is contained in:
parent
2978acd30c
commit
bdac52fca3
13
config.org
13
config.org
|
@ -2123,6 +2123,19 @@ Magit already looks great, but it could use some proper syntax highlighting!
|
||||||
:hook (magit-mode . magit-delta-mode))
|
:hook (magit-mode . magit-delta-mode))
|
||||||
#+end_src
|
#+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
|
** Marginalia
|
||||||
|
|
||||||
#+call: confpkg("Pkg: marginalia")
|
#+call: confpkg("Pkg: marginalia")
|
||||||
|
|
Loading…
Reference in a new issue