Remove forge
This commit is contained in:
parent
407145f885
commit
603ed7b7b0
1 changed files with 8 additions and 8 deletions
|
|
@ -24,14 +24,14 @@
|
||||||
|
|
||||||
(use-package magit)
|
(use-package magit)
|
||||||
|
|
||||||
(use-package forge
|
;; (use-package forge
|
||||||
:after magit
|
;; :after magit
|
||||||
:config
|
;; :config
|
||||||
(push '("ssh://git@ssh.cyan.sh:222"
|
;; (push '("ssh://git@ssh.cyan.sh:222"
|
||||||
"git.cyan.sh/api/v1"
|
;; "git.cyan.sh/api/v1"
|
||||||
"git.cyan.sh"
|
;; "git.cyan.sh"
|
||||||
forge-forgejo-repository)
|
;; forge-forgejo-repository)
|
||||||
forge-alist))
|
;; forge-alist))
|
||||||
|
|
||||||
(use-package magit-todos
|
(use-package magit-todos
|
||||||
:after (magit)
|
:after (magit)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue