summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-09-18 15:49:40 +0200
committerfpi2020-09-18 15:57:18 +0200
commit5fb3e577358ad0be302e1d0fc8dba515d2204692 (patch)
tree57c3a5e86c086cb3d93031e8c7e62e1c94492123 /emacs-init.org
parentExclude ATTACH from tag inheritance (diff)
Don't refill text with eww
Let prose-mode to the refilling instead
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org2
1 files changed, 1 insertions, 1 deletions
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) )