diff options
author | jao <jao@gnu.org> | 2022-06-09 23:48:27 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-09 23:48:27 +0100 |
commit | 031a75219f1d6d63e52995a6f1bb1d8d34e5780f (patch) | |
tree | 8b9b34bf0cf4487f3a5a3d175a33edf91ea9f6b4 | |
parent | 63760aab214c209bda1b42ac21ca2755f93e959b (diff) | |
download | elibs-031a75219f1d6d63e52995a6f1bb1d8d34e5780f.tar.gz elibs-031a75219f1d6d63e52995a6f1bb1d8d34e5780f.tar.bz2 |
fill-column using setq-default
-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 |