emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 26d87ff 2/2: Start using proportional fonts in eww


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 26d87ff 2/2: Start using proportional fonts in eww by default
Date: Fri, 01 May 2015 13:28:20 +0000

branch: master
commit 26d87ff86c4c64a8ca45bca1bbfd467b2c063a86
Author: Lars Magne Ingebrigtsen <address@hidden>
Commit: Lars Magne Ingebrigtsen <address@hidden>

    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.
---
 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 ec30d7e..f17ef8e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]