My sentences don’t end with double spaces

This commit is contained in:
Tom Willemse 2017-03-05 22:19:46 -08:00
parent 89b5788d4a
commit 4d022c5d86

View file

@ -249,6 +249,16 @@ Computing Environment".
(setq-default tab-width 4) (setq-default tab-width 4)
#+END_SRC #+END_SRC
*** Sentences end with a single space
I'm not an American, and I don't follow American grammatical rules
when I write. I have always ended my sentences with a single space
and I'm sure I'll always keep doing that.
#+BEGIN_SRC emacs-lisp
(setq sentence-end-double-space nil)
#+END_SRC
** User Interface ** User Interface
Emacs' user interface is very configurable, from themes to hiding Emacs' user interface is very configurable, from themes to hiding