summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
Diffstat (limited to 'basic.el')
-rw-r--r--basic.el5
1 files changed, 5 insertions, 0 deletions
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)