diff options
-rw-r--r-- | config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.org b/config.org index 45ed395..f44dc49 100644 --- a/config.org +++ b/config.org @@ -1000,6 +1000,11 @@ Eww has rudimentary support for colours. But i don't want web pages to be able #+begin_src elisp (setopt shr-use-colors nil) +#+end_src + +Shr has the ability to break paragraphs to fit on the screen. Instead of this, we set it to not break any lines, and use visual-fill-column-mode to do this for us instead. + +#+begin_src elisp (setopt shr-max-width nil) #+end_src |