diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2019-12-23 14:18:09 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2019-12-23 14:18:09 -0800 |
commit | a5795992eb618d81b5b15240f5032a77aebde30e (patch) | |
tree | 452f8bfb82e4c6bd72a6bef387016cb8422895c2 /emacs | |
parent | emacs: don't complete abbreviations. (diff) | |
download | emacs.d-a5795992eb618d81b5b15240f5032a77aebde30e.tar.gz |
emacs: no double space between sentences.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-edit.el | 3 |
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) |