summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
authorTimo Wilken2023-05-22 21:04:58 +0200
committerTimo Wilken2023-05-22 21:04:58 +0200
commitdbb97d9a63f8404c52dbf5bbdaa0862e5e8e6a78 (patch)
treec78ee38b45be7ba01f6cfcbe02a8443f2d22e6bd /tw/home
parentc619bfa3c114c9e0270f04b42b90f326903dfc2d (diff)
Adjust Emacs fill-column
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/files/emacs-init.el1
1 files changed, 1 insertions, 0 deletions
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.