diff options
author | Alan Pearce | 2013-08-28 16:33:57 +0100 |
---|---|---|
committer | Alan Pearce | 2013-08-28 16:38:20 +0100 |
commit | 2e6468f9225fbb9ef889271cdb48248f3d345d52 (patch) | |
tree | 6c292792bafd294fb1839bbe80c7474d35d7dda4 /emacs | |
parent | 6741fa31da1ac4d2e14114fdf2a3d6d841ac6962 (diff) | |
download | nixfiles-2e6468f9225fbb9ef889271cdb48248f3d345d52.tar.lz nixfiles-2e6468f9225fbb9ef889271cdb48248f3d345d52.tar.zst nixfiles-2e6468f9225fbb9ef889271cdb48248f3d345d52.zip |
Emacs: add s-G magit keybinding like s-D
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index b445c1e4..ab1d3c2b 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 |