diff options
-rw-r--r-- | basic.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |