summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-08-12 14:39:38 +0800
committerJSDurand <mmemmew@gmail.com>2021-08-12 14:39:38 +0800
commit79ab6c878923f22153c2888fcf01b0fbcfc0fef6 (patch)
treead889ec8d6765d6177a1b6b994644a75540bdd4d
parent7392b1ca6977407bb4f29b8bfc1f1d7b2e9def96 (diff)
fix: sentence-end-double-space
* basic.el (sentence-end-double-space): I used to erroneously set this to nil.
-rw-r--r--basic.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/basic.el b/basic.el
index 88ec3a1..ec10f6f 100644
--- a/basic.el
+++ b/basic.el
@@ -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)