emacs - commit all stale emacs config
[dotfiles.git] / emacs.d / elisp / init-magit.el
index 3ff10e2..1aa9b1d 100644 (file)
@@ -1,7 +1,10 @@
 
 
 (use-package magit
-  :ensure t)
+  :ensure t
+  :bind (("M-g s" . magit-status)))
+  
+