summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
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)