From 79ab6c878923f22153c2888fcf01b0fbcfc0fef6 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 12 Aug 2021 14:39:38 +0800 Subject: fix: sentence-end-double-space * basic.el (sentence-end-double-space): I used to erroneously set this to nil. --- basic.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'basic.el') 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) -- cgit v1.2.3-18-g5258