summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
Diffstat (limited to 'basic.el')
-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)