summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-09 23:48:27 +0100
committerjao <jao@gnu.org>2022-06-09 23:48:27 +0100
commit031a75219f1d6d63e52995a6f1bb1d8d34e5780f (patch)
tree8b9b34bf0cf4487f3a5a3d175a33edf91ea9f6b4 /init.el
parent63760aab214c209bda1b42ac21ca2755f93e959b (diff)
downloadelibs-031a75219f1d6d63e52995a6f1bb1d8d34e5780f.tar.gz
elibs-031a75219f1d6d63e52995a6f1bb1d8d34e5780f.tar.bz2
fill-column using setq-default
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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