From: Lars Magne Ingebrigtsen Date: Fri, 1 May 2015 13:28:08 +0000 (+0200) Subject: Start using proportional fonts in eww by default X-Git-Tag: emacs-25.0.90~2232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26d87ff86c4c64a8ca45bca1bbfd467b2c063a86;p=emacs.git 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. --- 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