diff options
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | README.org | 9 |
2 files changed, 23 insertions, 1 deletions
@@ -39,7 +39,20 @@ checkout [piem](https://git.kyleam.com/piem).  -<a id="orgc576a29"></a> +<a id="orge581435"></a> + +# Features + +`git-email` offers minor modes for Gnus and Notmuch, these minor modes +will just configure some variables for you and provide any extra +functionality as of right now. + +There is also integration with magit in the `git-email-magit.el` +library. This will faciliate the transient library, you can send a +patch from the magit status buffer by pressing `W c s`. + + +<a id="org2f12f6d"></a> # Installation @@ -24,6 +24,15 @@ checkout [[https://git.kyleam.com/piem][piem]]. * Demo [[file:demo.gif]] +* Features +=git-email= offers minor modes for Gnus and Notmuch, these minor modes +will just configure some variables for you and provide any extra +functionality as of right now. + +There is also integration with magit in the =git-email-magit.el= +library. This will faciliate the transient library, you can send a +patch from the magit status buffer by pressing =W c s=. + * Installation You can install it by cloning this repo and adding =git-email.el= to your =load-path=. |