all repos — nixfiles @ 2e6468f9225fbb9ef889271cdb48248f3d345d52

System and user configuration, managed by nix and home-manager

Emacs: add s-G magit keybinding like s-D
Alan Pearce alan@bulbstudios.com
Wed, 28 Aug 2013 16:33:57 +0100
commit

2e6468f9225fbb9ef889271cdb48248f3d345d52

parent

6741fa31da1ac4d2e14114fdf2a3d6d841ac6962

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -750,7 +750,8 @@ (setq vc-follow-symlinks t))) 
 (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