Add forge for lambda crucible
This commit is contained in:
parent
99476b5973
commit
6bd147d5c8
1 changed files with 9 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue