summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-29 23:22:45 -0500
committerCase Duckworth2021-03-29 23:22:45 -0500
commit6ee7a75d3566696e61b114958f8c579be5d85ecb (patch)
tree65d000c0d87b62a66e75491e6c5a3b3fbfe28830 /init.el
parentSturf (diff)
downloademacs-6ee7a75d3566696e61b114958f8c579be5d85ecb.tar.gz
emacs-6ee7a75d3566696e61b114958f8c579be5d85ecb.zip
Correct typo
Diffstat (limited to 'init.el')
-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))