summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-29 09:34:08 +0000
committernoa@gaiwan.org2024-06-29 09:34:08 +0000
commita14c94c5d1f8a4579bfad008cf6f91324a241ecc (patch)
tree82abed58ffce3da2ddad7ae9f78ca1969908bbdb /config.org
parent89d495cdf20d8ec9720b8f74991fa6260bd8d1be (diff)
Add documentation for shr-max-width
Diffstat (limited to 'config.org')
-rw-r--r--config.org5
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