aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
57 :group 'shr 57 :group 'shr
58 :type '(choice (const nil) regexp)) 58 :type '(choice (const nil) regexp))
59 59
60(defcustom shr-use-fonts nil 60(defcustom shr-use-fonts t
61 "If non-nil, use proportional fonts for text." 61 "If non-nil, use proportional fonts for text."
62 :version "25.1" 62 :version "25.1"
63 :group 'shr 63 :group 'shr