summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
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