Dont show images and use variable pitch font in eww

This commit is contained in:
Marcus Kammer 2024-01-14 15:09:44 +01:00
parent eb32e74ba2
commit d916d821ba
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -4,7 +4,8 @@
(add-hook 'eww-after-render-hook #'shrface-mode)
:custom
(shr-use-colors nil)
(shr-use-fonts nil)
(shr-use-fonts t)
(shr-inhibit-images t)
(shr-cookie-policy nil)
(browse-url-browser-function (quote eww-browse-url))
:config