summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
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)