]> code.delx.au - gnu-emacs/commitdiff
Start using proportional fonts in eww by default
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 1 May 2015 13:28:08 +0000 (15:28 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 1 May 2015 13:28:08 +0000 (15:28 +0200)
* lisp/net/shr.el (shr-use-fonts): Switch the default to t, since
it seems to work well.

lisp/net/shr.el

index ec30d7e18560a140af0acdaa2e531b9783264a61..f17ef8ef934063e52870d49b4f46c7258610537a 100644 (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