mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
added stage+commit to 'magit-commit
This commit is contained in:
@@ -96,6 +96,9 @@
|
|||||||
(transient-append-suffix 'magit-file-dispatch "s"
|
(transient-append-suffix 'magit-file-dispatch "s"
|
||||||
'("C" "Stage+Commit" tvd-stage-and-commit-current-buffer))
|
'("C" "Stage+Commit" tvd-stage-and-commit-current-buffer))
|
||||||
|
|
||||||
|
(transient-append-suffix 'magit-commit "c"
|
||||||
|
'("i" "Stage+Commit" tvd-stage-and-commit-current-buffer))
|
||||||
|
|
||||||
;; after an exhausting discussion on magit#3139 I use this function
|
;; after an exhausting discussion on magit#3139 I use this function
|
||||||
;; to (kind of) switch to another repository from inside magit-status.
|
;; to (kind of) switch to another repository from inside magit-status.
|
||||||
(defun tvd-switch-magit-repo ()
|
(defun tvd-switch-magit-repo ()
|
||||||
|
|||||||
Reference in New Issue
Block a user