From 50f939c36fd4c81ea8d470ab0fcff9ae589923f9 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 11:17:12 +0100 Subject: Adjust the column indicator to 80 --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 697ff3e..b6e9fe1 100644 --- a/emacs.el +++ b/emacs.el @@ -23,7 +23,7 @@ ;; Enable the column-80 line (setq-default display-fill-column-indicator 1 - display-fill-column-indicator-column 79) + display-fill-column-indicator-column 80) (global-display-fill-column-indicator-mode) ;; Prepare Literate Programming -- cgit v1.2.3