From f7fc64e09b92f168dc388c245f91880d22b6a833 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 11 Jun 2024 06:53:13 +1200 Subject: [PATCH] emacs: adjust fill-column --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9fc756f..98db3bf 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -44,7 +44,7 @@ One will be created if none exist." ;; variables (setq compilation-scroll-output t ; M-x compile dictionary-server "dict.org" ; M-x dictionary-search - fill-column 68 ; M-x auto-fill-mode + fill-column 74 ; M-x auto-fill-mode gnus-select-method '(nnimap "disroot.org") ; M-x gnus wdired-allow-to-change-permissions t) ; M-x dired C-x C-q