From 031a75219f1d6d63e52995a6f1bb1d8d34e5780f Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 9 Jun 2022 23:48:27 +0100 Subject: fill-column using setq-default --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 4ff899b..875a8f3 100644 --- a/init.el +++ b/init.el @@ -849,7 +849,7 @@ ;;;; whitespace and filling column (add-hook 'write-file-functions 'delete-trailing-whitespace) (setq-default indicate-empty-lines nil) -(setq fill-column 78) +(setq-default fill-column 78) (setq comment-auto-fill-only-comments nil) (use-package whitespace -- cgit v1.2.3