all repos — nixfiles @ 3608af91ffe95569272d655b5fc111de60e446c6

System and user configuration, managed by nix and home-manager

Emacs: Set sentences to end with two spaces
Alan Pearce alan@alanpearce.co.uk
Sun, 08 Jun 2014 15:01:36 +0100
commit

3608af91ffe95569272d655b5fc111de60e446c6

parent

ba3a8cc428cfa2a5fd95919070018aee26cdb972

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-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)