aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/dev.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/dev.el b/extras/dev.el
index 40dd6cf..87fa7a2 100644
--- a/extras/dev.el
+++ b/extras/dev.el
@@ -54,8 +54,7 @@
;; Magit: best Git client to ever exist
(use-package magit
:ensure t
- :bind (("s-g" . magit-status)
- ("C-c g" . magit-status)))
+ :bind (("C-x g" . magit-status)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;