aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index af90d81..4a3900d 100644
--- a/init.el
+++ b/init.el
@@ -56,6 +56,9 @@
;; Move through windows with Ctrl-<arrow keys>
(windmove-default-keybindings 'control) ; You can use other modifiers here
+;; Fix archaic defaults
+(setq sentence-end-double-space nil)
+
;; Make right-click do something sensible
(when (display-graphic-p)
(context-menu-mode))