all repos — archive/dotfiles @ 2e6468f9225fbb9ef889271cdb48248f3d345d52

Superseded by nixfiles

Emacs: add s-G magit keybinding like s-D

Alan Pearce
commit

2e6468f9225fbb9ef889271cdb48248f3d345d52

parent

6741fa31da1ac4d2e14114fdf2a3d6d841ac6962

1 file changed, 2 insertions(+), 1 deletion(-)

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