diff options
| author | fpi | 2020-09-18 15:49:40 +0200 | 
|---|---|---|
| committer | fpi | 2020-09-18 15:57:18 +0200 | 
| commit | 5fb3e577358ad0be302e1d0fc8dba515d2204692 (patch) | |
| tree | 57c3a5e86c086cb3d93031e8c7e62e1c94492123 | |
| parent | Exclude ATTACH from tag inheritance (diff) | |
Don't refill text with eww
Let prose-mode to the refilling instead
| -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) )  | 
