summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2015-05-01 15:28:08 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2015-05-01 15:28:08 +0200
commit26d87ff86c4c64a8ca45bca1bbfd467b2c063a86 (patch)
tree13d53328bb583ae5f80e5ddb959e289c00c7520f
parentdc332c12ffeea8d93b060b05ee8f97360076338b (diff)
downloademacs-26d87ff86c4c64a8ca45bca1bbfd467b2c063a86.tar.gz
Start using proportional fonts in eww by default
* lisp/net/shr.el (shr-use-fonts): Switch the default to t, since it seems to work well.
-rw-r--r--lisp/net/shr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index ec30d7e1856..f17ef8ef934 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -57,7 +57,7 @@ fit these criteria."
:group 'shr
:type '(choice (const nil) regexp))
-(defcustom shr-use-fonts nil
+(defcustom shr-use-fonts t
"If non-nil, use proportional fonts for text."
:version "25.1"
:group 'shr