summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2019-12-23 14:18:09 -0800
committerFranck Cuny <franck.cuny@gmail.com>2019-12-23 14:18:09 -0800
commita5795992eb618d81b5b15240f5032a77aebde30e (patch)
tree452f8bfb82e4c6bd72a6bef387016cb8422895c2 /emacs.d
parentemacs: don't complete abbreviations. (diff)
downloademacs.d-a5795992eb618d81b5b15240f5032a77aebde30e.tar.gz
emacs: no double space between sentences.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-edit.el3
1 files changed, 3 insertions, 0 deletions
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)