about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-10-23 00:00:12 -0500
committerCase Duckworth2020-10-23 00:00:12 -0500
commit88ad211c9e8cbf8a5c8697f39f9a3642e45c087f (patch)
tree2f68e093796bd1b61953060ef7b2e149db140714 /init.el
parentAdd selectrum et al (diff)
downloademacs-88ad211c9e8cbf8a5c8697f39f9a3642e45c087f.tar.gz
emacs-88ad211c9e8cbf8a5c8697f39f9a3642e45c087f.zip
End sentences with 2 spaces
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index d3b3727..ab596b6 100644 --- a/init.el +++ b/init.el
@@ -246,3 +246,6 @@
246 (display-graphic-p)) 246 (display-graphic-p))
247 #'display-line-numbers-mode 247 #'display-line-numbers-mode
248 #'linum-mode)) 248 #'linum-mode))
249
250;;; Writing
251(cuss sentence-end-double-space t)