dotfiles/emacs.d/git.el

5 lines
69 B
EmacsLisp

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