From fd00a4931b42d5d1446bdbfe4f56d6b240cb2d19 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 5 Sep 2023 19:50:05 -0400 Subject: [PATCH] fix(emacs): add magit blame keybind Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 1 + 1 file changed, 1 insertion(+) 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