]> git.donarmstrong.com Git - lib.git/commitdiff
also bind C-x C-g to magit
authorDon Armstrong <don@donarmstrong.com>
Mon, 15 May 2017 22:34:02 +0000 (15:34 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 15 May 2017 22:34:02 +0000 (15:34 -0700)
emacs_el/configuration/don-configuration.org

index e4a061372f9e84f587ba46feaff6d4befa86b592..85210b9314b79b70a1b28ef59df77c3d24adca80 100644 (file)
@@ -285,7 +285,8 @@ 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)
+    :bind (("C-x g" . magit-status)
+           ("C-x C-g" . magit-status))
     :config
     ;; don't verify where we are pushing
     (setq magit-push-always-verify nil)