diff options
author | Alan Pearce | 2014-06-08 15:01:36 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-08 15:01:36 +0100 |
commit | 3608af91ffe95569272d655b5fc111de60e446c6 (patch) | |
tree | 4af922191cb9ef0ae7c2a056d8f7039ed815d4d4 /tag-emacs/emacs.d | |
parent | ba3a8cc428cfa2a5fd95919070018aee26cdb972 (diff) | |
download | dotfiles-3608af91ffe95569272d655b5fc111de60e446c6.tar.lz dotfiles-3608af91ffe95569272d655b5fc111de60e446c6.tar.zst dotfiles-3608af91ffe95569272d655b5fc111de60e446c6.zip |
Emacs: Set sentences to end with two spaces
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
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) |