Next: , Previous: , Up: git-email   [Contents][Index]


5 Integration with other packages

git-email’ offers minor modes for Gnus, Mu4e, Notmuch, and Piem. These minor modes provide support for these other packages by modifying some variables such as git-email-compose-email-function, git-email-get-to-address-functions etc.

For users of gnus-alias, See git-email-post-compose-email-functions.

There is also integration with Magit in the git-email-magit.el library. This uses the transient library and allows one to send a patch from the magit status buffer by pressing W c s. The prefix argument (if any) is passed on to git-email-send-email.

In order to enable Magit integration, ensure that the below or equivalent is evaluated:

(with-eval-after-load 'magit
  (git-email-magit-setup))

Next: Acknowledgements, Previous: Customization options, Up: git-email   [Contents][Index]