From a5795992eb618d81b5b15240f5032a77aebde30e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 23 Dec 2019 14:18:09 -0800 Subject: emacs: no double space between sentences. --- emacs.d/custom/fcuny-edit.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-edit.el b/emacs.d/custom/fcuny-edit.el index bdbe29b..7c38c28 100644 --- a/emacs.d/custom/fcuny-edit.el +++ b/emacs.d/custom/fcuny-edit.el @@ -54,4 +54,7 @@ _B_uffers (3-way) _F_iles (3-way) _w_ordwise (global-set-key (kbd "M-j") 'join-line) +;; don't assume that sentences should have two spaces after period. +(setq sentence-end-double-space nil) + (provide 'fcuny-edit) -- cgit 1.4.1