diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2015-05-01 15:28:08 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2015-05-01 15:28:08 +0200 |
commit | 26d87ff86c4c64a8ca45bca1bbfd467b2c063a86 (patch) | |
tree | 13d53328bb583ae5f80e5ddb959e289c00c7520f | |
parent | dc332c12ffeea8d93b060b05ee8f97360076338b (diff) | |
download | emacs-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.el | 2 |
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 |