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)
|
|
|
|
(define-key thwap-map (kbd "g s") 'magit-status)
|
|
|
|
(add-to-list 'thwap-help-lines "C-c t g s : magit-status"))
|
2024-07-05 16:38:12 +00:00
|
|
|
|
|
|
|
(provide 'thwap-magit)
|