diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f3d6410..37bf0c1 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -21,6 +21,7 @@ ;; key binds (global-set-key (kbd "C-`") 'other-window) +(global-set-key (kbd "C-c b") 'magit-blame) (global-set-key (kbd "C-c c") 'compile) (global-set-key (kbd "C-c r") 'recompile)