From e2236c1e5f5ba1664ca1f2477ee1a7437ca6d81b Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 8 Jan 2023 14:21:50 +0100 Subject: Use single-spaced sentences by default --- tw/home/files/emacs-init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tw/home/files') diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el index 0dcf20d1..dd9c073a 100644 --- a/tw/home/files/emacs-init.el +++ b/tw/home/files/emacs-init.el @@ -39,7 +39,9 @@ (global-hl-line-mode t "Highlight the current line in all buffers.") (column-number-mode t "Show the column number in the statusline.") (electric-pair-mode t "Auto-pair suitable characters like parentheses.") - (completion-cycle-threshold 6 "Allow cycling through completions if there are 6 or fewer of them."))) + (completion-cycle-threshold 6 "Allow cycling through completions if there are 6 or fewer of them.") + ;; Text formatting. + (sentence-end-double-space nil "Use a single space after a sentence."))) (defalias 'yes-or-no-p #'y-or-n-p "Always use `y-or-n-p' when asking for confirmation.") -- cgit v1.2.3