diff options
author | noa@gaiwan.org | 2024-06-29 09:34:08 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-29 09:34:08 +0000 |
commit | a14c94c5d1f8a4579bfad008cf6f91324a241ecc (patch) | |
tree | 82abed58ffce3da2ddad7ae9f78ca1969908bbdb | |
parent | 89d495cdf20d8ec9720b8f74991fa6260bd8d1be (diff) |
Add documentation for shr-max-width
-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 |