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.
This commit is contained in:
Lars Magne Ingebrigtsen 2015-05-01 15:28:08 +02:00
parent dc332c12ff
commit 26d87ff86c

View file

@ -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