From b39a05a392efc4356d5d943cd6f1f85e71c8b996 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 12 Sep 2025 20:35:38 +0200 Subject: [PATCH] Fix fill-column in main configuration file To ensure consistent filling across machines. --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 95cf74d..33a6b25 100644 --- a/init.el +++ b/init.el @@ -3229,3 +3229,7 @@ Note that this workaround is incomplete, as explained in this comment." (add-hook 'after-init-hook #'db/run-init) ;;; init.el ends here + +;; Local Variables: +;; fill-column: 100 +;; End: