From ef5f077510bb9a81d24bba5613cc709ba36540ac Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 19 May 2020 13:53:34 +0900 Subject: [PATCH] Set fill-column to 80 --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 442c628..acdb9bf 100644 --- a/emacs.el +++ b/emacs.el @@ -426,6 +426,7 @@ Otherwize hook it." (setq line-move-visual nil) (setq create-lockfiles nil) (setq set-mark-command-repeat-pop t) +(setq-default fill-column 80) (add-hook 'before-save-hook 'time-stamp)