mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
added forge so I'll be able to maintain PRs and issues from magit
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,3 +22,4 @@ bookmarks
|
|||||||
history
|
history
|
||||||
emms
|
emms
|
||||||
macros.el
|
macros.el
|
||||||
|
forge-database.sqlite
|
||||||
|
|||||||
@@ -137,5 +137,8 @@
|
|||||||
|
|
||||||
(setq blamer-bindings '(("<mouse-1>" . blamer-callback-show-commit-diff))))
|
(setq blamer-bindings '(("<mouse-1>" . blamer-callback-show-commit-diff))))
|
||||||
|
|
||||||
|
(use-package forge
|
||||||
|
:after magit)
|
||||||
|
|
||||||
(provide 'init-magit)
|
(provide 'init-magit)
|
||||||
;;; init-magit.el ends here
|
;;; init-magit.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user