]> git.donarmstrong.com Git - lib.git/commitdiff
bind C-x g to magit status globally
authorDon Armstrong <don@donarmstrong.com>
Fri, 12 May 2017 15:42:44 +0000 (08:42 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 12 May 2017 15:43:33 +0000 (08:43 -0700)
emacs_el/configuration/don-configuration.org

index d42d690e6891957993ccf861ca5ffbe5de984c66..e4a061372f9e84f587ba46feaff6d4befa86b592 100644 (file)
@@ -285,6 +285,7 @@ value, scrolling continues until there is no more output.
 #+BEGIN_SRC emacs-lisp :tangle don-configuration.el
   (use-package magit
     :ensure t
+    :bind ("C-x g" . magit-status)
     :config
     ;; don't verify where we are pushing
     (setq magit-push-always-verify nil)