From 5fb3e577358ad0be302e1d0fc8dba515d2204692 Mon Sep 17 00:00:00 2001 From: fpi Date: Fri, 18 Sep 2020 15:49:40 +0200 Subject: Don't refill text with eww Let prose-mode to the refilling instead --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index 519cf20..1123872 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4916,7 +4916,7 @@ tools. (browse-url-browser-function 'eww-browse-url) (browse-url-generic-program "firefox") (shr-external-browser 'browse-url-generic) - (shr-width (current-fill-column)) + (shr-width 900) (shr-max-image-proportion 0.4) (shr-use-colors nil) (shr-use-fonts nil) ) -- cgit v1.2.3