Skip to content

Commit

Permalink
tweak(magit-imerge): add keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 9, 2023
1 parent 63a235d commit f18e907
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/me-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
(magit-todos-mode 1))

(use-package magit-imerge
:straight t)
:straight t
:init
(with-eval-after-load 'magit
(transient-append-suffix 'magit-merge "m"
'("M" "magit-imerge" magit-imerge))))

(use-package closql
:straight t)
Expand Down

0 comments on commit f18e907

Please sign in to comment.