mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disabling magit-gitflow breaks magit-dispatch due to the unconditional application of `transient-replace-suffix`. With this change it is possible to disable magit-gitflow by adding the following to your private Doom configuration: (package! magit-gitflow :disable t)