From a37c544bebc970b633bbf55d72175ab8073e3baa Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Thu, 27 May 2021 11:11:19 +0200 Subject: [PATCH] Switch to 100 column width as default --- modules/emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/emacs.el b/modules/emacs.el index 26bc4c2..4f4578f 100644 --- a/modules/emacs.el +++ b/modules/emacs.el @@ -63,8 +63,8 @@ (setq-default ;; This slows down cursor scrolling. auto-window-vscroll nil - ;; Standard fill-column width - last character is for end of line glyph. - fill-column 79 + ;; Standard fill-column width. + fill-column 100 ;; Do not use tab characters for indentation. indent-tabs-mode nil ;; Kill whole line when point at beginning of line.