From 218c85647c8cddf7e1a373ab4d0e59f65f774769 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 16 Jun 2023 10:10:00 +0200 Subject: [PATCH] added --- lisp/init-magit.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/init-magit.el b/lisp/init-magit.el index 63c7346..fc0f294 100644 --- a/lisp/init-magit.el +++ b/lisp/init-magit.el @@ -9,6 +9,12 @@ :init (use-package magit-todos) + :bind + ;; C-x g starts magit-status, but there's also + ;; magit-file-dispatch, which works directly on current file w/o + ;; the hassle to go to status before just committing etc. So: + (("C-c g" . magit-file-dispatch)) + :config (magit-todos-mode)