Hi. This line:
|
(magit-dispatch "o" "'" magit-submodule) |
remaps
magit-submodule's key in the
magit-dispatch transient prefix from
o to
'. Since
magit/forge@9fbd00e, forge will now print an error when a Magit buffer is first visited:
Cannot insert ("N" "Forge" forge-dispatch) into magit-dispatch; o not found
as it cannot find the o key to insert its own key before. Not quite sure how to approach fixing this, because Forge can technically do that just fine, but remapping the keys should be fine too.