From 6bd95ffd8eaa41661eb8981f4828889fbefedd1d Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 4 Feb 2024 23:43:11 -0500 Subject: [PATCH] fix(emacs): remove unnecessary magit keybinds Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 7422bca..fb591cd 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -100,8 +100,6 @@ ("https://blog.cleancoder.com/atom.xml" blog))) ;; Magit -(keymap-global-set "C-c g g" #'magit) -(keymap-global-set "C-c g b" #'magit-blame) (setq auth-sources '("~/.authinfo")) ;; Projectile