diff options
| -rw-r--r-- | emacs-init.org | 2 | 
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) )  | 
