fix kab, upd magit config

This commit is contained in:
2026-08-17 11:24:05 +02:00
parent f94826d8cc
commit f246281bc4
4 changed files with 30 additions and 6 deletions

View File

@@ -156,7 +156,14 @@
(setq blamer-bindings '(("<mouse-1>" . blamer-callback-show-commit-diff))))
(use-package forge
:after magit)
:after magit
:config
(push '("git.f-i-ts.de" ; GITHOST
"git.f-i-ts.de/api/v4" ; APIHOST
"git.f-i-ts.de" ; WEBHOST and INSTANCE-ID
forge-gitlab-repository) ; CLASS
forge-alist))
(use-package sqlite3
:defer nil)
@@ -190,5 +197,7 @@
(interactive)
(tvd-switch-to-repo (completing-read "select git repo> " (tvd-list-git-repos))))
(setq auth-sources '("~/.authinfo"))
(provide 'init-magit)
;;; init-magit.el ends here