aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-01-22 23:20:55 +0100
committerXinglu Chen <public@yoctocell.xyz>2021-01-22 23:20:55 +0100
commitc43b48e72f03c6f53ad6647a85c4e452eb9e9ba2 (patch)
treead9d8c545e736f894d76805b1dc4bb77afcf86b7 /README.md
parentc95a5366914fb9fa09bb2026f723e011438c9ea7 (diff)
README: Wording changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 14 insertions, 13 deletions
diff --git a/README.md b/README.md
index 146d9a2..962a191 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,16 @@
# Table of Contents
-1. [Introduction](#org96a3616)
-2. [Demo](#org65da1cb)
-3. [Installation](#orgc576a29)
-4. [Related packages](#orgc795f7e)
-5. [Contributing](#orgacd2afe)
+1. [Introduction](#orgcb2bd6c)
+2. [Demo](#orgb33926c)
+3. [Features](#orge581435)
+4. [Installation](#org2f12f6d)
+5. [Related packages](#orgfa06ed1)
+6. [Contributing](#org21c0b8b)
-<a id="org96a3616"></a>
+<a id="orgcb2bd6c"></a>
# Introduction
@@ -25,14 +26,14 @@ functions for sending email with git.
current HEAD. It will then prepare the patches as email messages in
the same way as `git-email-send-email`.
-You can see all the customizable variables running M-x `customize-group`
-RET `git-email` RET.
+You can see all the customizable variables running `M-x =customize-group`
+`<RET> =git-email <RET>`.
-If you want to easily apply patches you have recieved, you should
-checkout [piem](https://git.kyleam.com/piem).
+If you want to easily apply patches you have recieved via email, you
+should checkout [piem](https://git.kyleam.com/piem).
-<a id="org65da1cb"></a>
+<a id="orgb33926c"></a>
# Demo
@@ -59,14 +60,14 @@ patch from the magit status buffer by pressing `W c s`.
You can install it by cloning this repo and adding `git-email.el` to your `load-path`.
-<a id="orgc795f7e"></a>
+<a id="orgfa06ed1"></a>
# Related packages
- [piem](https://git.kyleam.com/piem/) - gluing together public-inbox archives and git
-<a id="orgacd2afe"></a>
+<a id="org21c0b8b"></a>
# Contributing