diff options
author | JSDurand <mmemmew@gmail.com> | 2021-08-12 14:39:38 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-08-12 14:39:38 +0800 |
commit | 79ab6c878923f22153c2888fcf01b0fbcfc0fef6 (patch) | |
tree | ad889ec8d6765d6177a1b6b994644a75540bdd4d /basic.el | |
parent | 7392b1ca6977407bb4f29b8bfc1f1d7b2e9def96 (diff) |
fix: sentence-end-double-space
* basic.el (sentence-end-double-space): I used to erroneously set this
to nil.
Diffstat (limited to 'basic.el')
-rw-r--r-- | basic.el | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -36,10 +36,6 @@ (scroll-bar-mode -1) (blink-cursor-mode -1) -;;; I use one single space to end a sentence. - -(set 'sentence-end-double-space nil) - ;;; Say y instead of yes (fset 'yes-or-no-p 'y-or-n-p) |