From 05de50f4f1e1aa0124682fc81b1819a6e973b4ff Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 5 Jun 2021 21:21:53 +0800 Subject: basic: sentence-end-double-space * basic.el (sentence-end-double-space): Two spaces after the end of sentences can distinguish between the end of a sentence and words that end with a period, such as abbreviations. So I prefer to put two spaces after the end of sentences now. --- basic.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/basic.el b/basic.el index 1a3289c..832b399 100644 --- a/basic.el +++ b/basic.el @@ -10,6 +10,11 @@ (setq save-interprogram-paste-before-kill t) +;;; Two spaces after the end of sentences mark the boundaries of +;;; sentences clearer. + +(setq sentence-end-double-space t) + ;;; Setting the direction of the text can speed things up. (set-default 'bidi-paragraph-direction 'left-to-right) -- cgit v1.2.3-18-g5258