2024-07-05 16:38:12 +00:00
|
|
|
|
2024-07-06 15:43:51 +00:00
|
|
|
(when thwap-dev-enable-magit
|
|
|
|
(straight-use-package 'magit)
|
|
|
|
(straight-use-package 'forge)
|
|
|
|
(straight-use-package 'magit-todos)
|
2024-07-06 17:09:44 +00:00
|
|
|
(thwap/add-key-binding "g s" 'magit-status "Git status (magit entrypoint)"))
|
2024-07-05 16:38:12 +00:00
|
|
|
|
|
|
|
(provide 'thwap-magit)
|