From dbb97d9a63f8404c52dbf5bbdaa0862e5e8e6a78 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 22 May 2023 21:04:58 +0200 Subject: Adjust Emacs fill-column --- tw/home/files/emacs-init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tw/home/files/emacs-init.el') diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el index 8d224a20..06d03d7b 100644 --- a/tw/home/files/emacs-init.el +++ b/tw/home/files/emacs-init.el @@ -41,6 +41,7 @@ (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.") + (fill-column 78 "Make hard-wrapped text a bit wider.") ;; Make Emacs a good Guix citizen. (package-archives nil "Don't fetch packages from the internet; only get them from Guix.") ;; Don't clutter the disk with backup files. -- cgit v1.2.3