My sentences don’t end with double spaces
This commit is contained in:
parent
89b5788d4a
commit
4d022c5d86
1 changed files with 10 additions and 0 deletions
|
@ -249,6 +249,16 @@ Computing Environment".
|
|||
(setq-default tab-width 4)
|
||||
#+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
|
||||
|
||||
Emacs' user interface is very configurable, from themes to hiding
|
||||
|
|
Loading…
Reference in a new issue