diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 635dfa2..238a88c 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -56,6 +56,7 @@ ;; Magit (global-set-key (kbd "C-c g g") #'magit) +(global-set-key (kbd "C-c g b") #'magit-blame) (setq auth-sources '("~/.authinfo")) ;; Web configuration