all repos — nixfiles @ 3608af91ffe95569272d655b5fc111de60e446c6

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

Emacs: Set sentences to end with two spaces

Alan Pearce
commit

3608af91ffe95569272d655b5fc111de60e446c6

parent

ba3a8cc428cfa2a5fd95919070018aee26cdb972

1 file changed, 1 insertion(+), 1 deletion(-)

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)