mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
added <C-c g>
This commit is contained in:
@@ -9,6 +9,12 @@
|
|||||||
:init
|
:init
|
||||||
(use-package magit-todos)
|
(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
|
:config
|
||||||
(magit-todos-mode)
|
(magit-todos-mode)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user