summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-08-28 16:33:57 +0100
committerAlan Pearce2013-08-28 16:38:20 +0100
commit2e6468f9225fbb9ef889271cdb48248f3d345d52 (patch)
tree6c292792bafd294fb1839bbe80c7474d35d7dda4 /emacs
parent6741fa31da1ac4d2e14114fdf2a3d6d841ac6962 (diff)
downloaddotfiles-2e6468f9225fbb9ef889271cdb48248f3d345d52.tar.lz
dotfiles-2e6468f9225fbb9ef889271cdb48248f3d345d52.tar.zst
dotfiles-2e6468f9225fbb9ef889271cdb48248f3d345d52.zip
Emacs: add s-G magit keybinding like s-D
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index b445c1e..ab1d3c2 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -750,7 +750,8 @@ Also returns nil if pid is nil."
 
 (use-package magit
   :commands (magit-status)
-  :bind (("C-x g" . magit-status))
+  :bind (("C-x g" . magit-status)
+         ("s-G" . magit-status))
   :init (add-hook 'magit-mode-hook #'magit-load-config-extensions))
 
 ;;;; Spelling