From e9743bd3cfed39566610742249f04fdcbf0f3081 Mon Sep 17 00:00:00 2001 From: Marco Thomas <39596050+CramMK@users.noreply.github.com> Date: Wed, 1 Sep 2021 10:46:52 +0200 Subject: [PATCH] Revert fci 100 cols --- files/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/init.el b/files/init.el index 89d2f15..1524f4a 100644 --- a/files/init.el +++ b/files/init.el @@ -230,7 +230,7 @@ (fci-mode) :config (setq fci-rule-width 1 - fci-rule-column 100 + fci-rule-column 80 fci-rule-color "#cc241d") :hook (prog-mode . fci-mode)