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:
parent
dc332c12ff
commit
26d87ff86c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue