[dngybcxs] Emacs paragraph one space after period?
Whe I hit M-q (fill-paragraph) Emacs helpfully changes a single newline after a period into not one but two spaces. This is sometimes undesirable, and despite a quick look through the source code, I cannot tell where this is happening.
2 comments :
(setq sentence-end-double-space nil)
Nice. Thanks.
Post a Comment