dotfiles/emacs.d/git.el
Gered 22af19b907 initial emacs.d config
probably a bunch of dumb things in here
2024-12-02 23:56:33 -05:00

4 lines
67 B
EmacsLisp

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