Add forge for lambda crucible

This commit is contained in:
Jakub 2026-04-15 09:24:55 +08:00
parent 99476b5973
commit 6bd147d5c8

View file

@ -24,6 +24,15 @@
(use-package magit)
(use-package forge
:after magit
:config
(push '("ssh://git@ssh.cyan.sh:222"
"git.cyan.sh/api/v1"
"git.cyan.sh"
forge-forgejo-repository)
forge-alist))
(use-package magit-todos
:after (magit)
:config (magit-todos-mode 1))