dotfiles/emacs.d/git.el

4 lines
67 B
EmacsLisp
Raw Normal View History

(use-package magit
:ensure t
:bind (("C-x g" . magit-status)))