From d977e49f6ae255760ecbb13e7e6af8732a41eced Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 6 Apr 2024 08:19:04 -0700 Subject: [PATCH] [emacs] More key bindings --- .emacs.d/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3536bf7..96859c3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1027,8 +1027,9 @@ Or, uh, Objective C, I guess." ;; Magit stuff ;; ================================================================= (use-package magit :ensure t - :bind ("C-x g" . magit-status)) - + :bind (("C-x g" . magit-status) + ("C-c g" . magit-dispatch) + ("C-c f" . magit-file-dispatch))) ;; ================================================================= ;; Mercurial stuff