aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2017-10-03 13:33:40 -0400
committerAustin Clements <austin@google.com>2017-10-05 18:44:44 +0000
commit95a53db6a4273da1ed4846be7ffeb39490e4f7fc (patch)
tree016d0ad4491d66cf50296d536dc9b21479044800 /README.md
parent4aca0bc96c47e2a5b9c9a54c1fb2597e4d4f2885 (diff)
downloadgo-x-proposal-95a53db6a4273da1ed4846be7ffeb39490e4f7fc.tar.xz
fill: Emacs script to add line breaks between sentences
This makes fill-paragraph (M-q) in Emacs implement the desired format for proposal documents. Change-Id: I236f3f68ca40255ebab2382a117fb283cbb3908b Reviewed-on: https://go-review.googlesource.com/67930 Reviewed-by: Than McIntosh <thanm@google.com> Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e92db1..83d9f76 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,8 @@ examples of recent language changes.)
- For ease of review with Gerrit, design documents should be wrapped around the
80 column mark. [Each sentence should start on a new line](http://rhodesmill.org/brandon/2012/one-sentence-per-line/)
so that comments can be made accurately and the diff kept shorter.
+ In Emacs, loading `fill.el` from this directory will make
+ `fill-paragraph` format text this way.
- Comments on Gerrit CLs should be restricted to grammar, spelling, or
procedural errors related to the preparation of the proposal itself.
All other comments should be addressed to the related GitHub issue.