mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
End sentences with a single space
This commit is contained in:
parent
dbd3a39d4d
commit
64e6aec354
1 changed files with 6 additions and 0 deletions
|
@ -447,6 +447,12 @@ A modern list api for Emacs. No 'cl required.
|
|||
:config (dash-enable-font-lock))
|
||||
#+END_SRC
|
||||
* Writing
|
||||
** Style
|
||||
*** End sentences with a single space
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq sentence-end-double-space nil)
|
||||
#+END_SRC
|
||||
** Formats
|
||||
*** Org
|
||||
**** Modules
|
||||
|
|
Loading…
Reference in a new issue