From 3d1a4abb069a9e0dcf24403ac6c47fbe4fa87d0c Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 14 Aug 2024 23:38:27 -0700 Subject: [PATCH] fix(emacs): add another magit keybinding --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b4565ed..e9bc647 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -89,7 +89,8 @@ ;; UI (use-package magit :straight t - :bind (("" . magit-status))) + :bind (("" . magit-status) + ("C-x g" . magit-status))) (use-package forge :straight t :after (magit)) (use-package neotree :straight t