summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-06-21 19:34:53 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-06-21 20:09:32 +0100
commit33a565e7b3b28a7b64cc6fdeffa64267f385b39e (patch)
tree6af409b894381d61c5c38ccded525a955e94d349 /emacs
parent63228fdba9cbe3df66b7a90c5af041868b512361 (diff)
emacs: End sentences with a single space
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 7fc6247..a9ac4aa 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -18,6 +18,7 @@
inhibit-startup-screen t
recenter-positions '(3 middle top bottom)
require-final-newline t
+ sentence-end-double-space nil
show-paren-delay 0
uniquify-buffer-name-style 'post-forward-angle-brackets
vc-follow-symlinks nil)