diff options
| -rw-r--r-- | init.el | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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  | 
