added forge so I'll be able to maintain PRs and issues from magit

This commit is contained in:
2023-06-16 12:23:48 +02:00
parent 5a12ee7b71
commit e23cdd327d
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -22,3 +22,4 @@ bookmarks
history
emms
macros.el
forge-database.sqlite

View File

@@ -137,5 +137,8 @@
(setq blamer-bindings '(("<mouse-1>" . blamer-callback-show-commit-diff))))
(use-package forge
:after magit)
(provide 'init-magit)
;;; init-magit.el ends here