From 47b2ed513c38cba69f236199998d7f0b4098ca6d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 2 Dec 2013 14:25:10 +0100 Subject: Add magit-fetch keybinding --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a2974f0..7b41df4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -840,6 +840,7 @@ Also change directories to current working directory." (global-set-key (kbd "C-c g s") 'magit-status) (global-set-key (kbd "C-c g i") 'magit-init) (global-set-key (kbd "C-c g b") 'magit-checkout) +(global-set-key (kbd "C-c g f") 'magit-fetch) (global-set-key (kbd "C-c h r") 'hypo-region) (if (daemonp) -- cgit v1.2.3-54-g00ecf