whompmacs/lib/thwap-magit.el
2024-07-06 10:33:02 -07:00

9 lines
231 B
EmacsLisp

(when thwap-dev-enable-magit
(straight-use-package 'magit)
(straight-use-package 'forge)
(straight-use-package 'magit-todos)
(thwap/add-key-binding "g s" 'magit-status "Git status (magit entrypoint)"))
(provide 'thwap-magit)