summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el index 05bca5f..39bb77b 100644 --- a/init.el +++ b/init.el
@@ -258,8 +258,8 @@
258 browse-url-firefox-new-window-is-tab t)) 258 browse-url-firefox-new-window-is-tab t))
259 259
260(setup shr 260(setup shr
261 (:option shr-width text-width 261 (:option shr-width fill-column
262 shr-max-width text-width 262 shr-max-width fill-column
263 shr-max-image-proportion 0.6 263 shr-max-image-proportion 0.6
264 shr-image-animate t 264 shr-image-animate t
265 shr-discard-aria-hidden t)) 265 shr-discard-aria-hidden t))