diff options
author | jao <jao@gnu.org> | 2022-07-28 23:27:43 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-28 23:27:43 +0100 |
commit | 38d3a12d36945bde8293cbfe03c21003139d317c (patch) | |
tree | 14c783f5cbd090a6755d8ac3c6033384a7e72897 /custom | |
parent | 56c03089a5af5359d78c78d1910db11bd41f9a8a (diff) | |
download | elibs-38d3a12d36945bde8293cbfe03c21003139d317c.tar.gz elibs-38d3a12d36945bde8293cbfe03c21003139d317c.tar.bz2 |
eww: i had been wondering why eww didn't underline my links!
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index 531cc2b..e51cfe6 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -109,7 +109,7 @@ (use-package shr :custom ((shr-width nil) (shr-use-colors t) - (shr-use-fonts t) + (shr-use-fonts nil) (shr-max-width 130) (shr-blocked-images nil) (shr-inhibit-images t) |