From 7abf06a7f04512e3d42020f0886a30ed6c3ed5f6 Mon Sep 17 00:00:00 2001 From: larstvei Date: Fri, 28 Oct 2022 14:03:56 +0200 Subject: [PATCH] Have olivetti follow fill-column And leave some extra room. --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 1b04760..249f44a 100644 --- a/init.org +++ b/init.org @@ -442,7 +442,7 @@ #+BEGIN_SRC emacs-lisp (with-eval-after-load 'olivetti - (setq-default olivetti-body-width 82) + (setq-default olivetti-body-width (+ fill-column 3)) (remove-hook 'olivetti-mode-on-hook 'visual-line-mode)) #+END_SRC