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