mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-16 20:10:58 +01:00
changed command for stage+comit to i, that is: ci does it now
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
(magit-commit-create))
|
||||
|
||||
(transient-append-suffix 'magit-file-dispatch "s"
|
||||
'("C" "Stage+Commit" tvd-stage-and-commit-current-buffer))
|
||||
'("i" "Stage+Commit" tvd-stage-and-commit-current-buffer))
|
||||
|
||||
(transient-append-suffix 'magit-commit "c"
|
||||
'("i" "Stage+Commit" tvd-stage-and-commit-current-buffer))
|
||||
|
||||
Reference in New Issue
Block a user