added <C-c g>

This commit is contained in:
2023-06-16 10:10:00 +02:00
parent fdc985b133
commit 218c85647c

View File

@@ -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)