mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2026-08-24 13:44:17 +02:00
fix kab, upd magit config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user