End sentences with a single space

This commit is contained in:
Correl Roush 2016-02-11 22:14:06 -05:00
parent dbd3a39d4d
commit 64e6aec354

View file

@ -447,6 +447,12 @@ A modern list api for Emacs. No 'cl required.
:config (dash-enable-font-lock)) :config (dash-enable-font-lock))
#+END_SRC #+END_SRC
* Writing * Writing
** Style
*** End sentences with a single space
#+name: packages
#+BEGIN_SRC emacs-lisp
(setq sentence-end-double-space nil)
#+END_SRC
** Formats ** Formats
*** Org *** Org
**** Modules **** Modules