rename old emacs folder
[dotfiles.git] / emacs.d_old / elisp / init-magit.el
1
2
3 (use-package magit
4   :ensure t
5   :bind (("M-g s" . magit-status)))
6   
7
8
9
10
11 (provide 'init-magit)