Files
dotfiles/thoom-emacs/modules/thoom-git.el
2024-04-09 12:09:23 -07:00

11 lines
255 B
EmacsLisp

(provide 'thoom-git)
(use-package magit
:after seq
:ensure t
:custom (magit-save-repository-buffers 'dontask)
:bind (("C-x g" . magit-status)
:map magit-mode-map
(":" . execute-extended-command)
("x" . magit-discard)))