summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-06-08 15:01:36 +0100
committerAlan Pearce2014-06-08 15:01:36 +0100
commit3608af91ffe95569272d655b5fc111de60e446c6 (patch)
tree4af922191cb9ef0ae7c2a056d8f7039ed815d4d4 /tag-emacs
parentba3a8cc428cfa2a5fd95919070018aee26cdb972 (diff)
downloaddotfiles-3608af91ffe95569272d655b5fc111de60e446c6.tar.lz
dotfiles-3608af91ffe95569272d655b5fc111de60e446c6.tar.zst
dotfiles-3608af91ffe95569272d655b5fc111de60e446c6.zip
Emacs: Set sentences to end with two spaces
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 3971032..176d6ee 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -730,7 +730,7 @@
 ;; Enable upcase and downcase-region
 (put 'upcase-region 'disabled nil)
 (put 'downcase-region 'disabled nil)
-(setq sentence-end-double-space nil
+(setq sentence-end-double-space t
       line-move-visual nil)
 
 (setq x-select-enable-clipboard t)