diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-01-02 22:58:26 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-01-02 22:58:26 -0500 |
commit | 7d51cb8fb7c00830550967f69e70425a07859b91 (patch) | |
tree | cf91f7964f80e6a16082b6c6511c52194891e32f /lisp | |
parent | c5356dd29a056ede59a947c82aaa1d384e955a19 (diff) | |
download | emacs.d-7d51cb8fb7c00830550967f69e70425a07859b91.tar.gz |
Go back to default spacing after sentences
Let's see if I can get used to this.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-general.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/init-general.el b/lisp/init-general.el index 0a4f440..ee9c901 100644 --- a/lisp/init-general.el +++ b/lisp/init-general.el @@ -3,7 +3,6 @@ visible-bell t whitespace-style '(spaces tabs newline space-mark tab-mark newline-mark) tramp-default-method "ssh" - sentence-end-double-space nil enable-recursive-minibuffers t) (setq-default indicate-empty-lines t |