summaryrefslogtreecommitdiff
path: root/tw/home/files
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files')
-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.