summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-07-04 23:28:11 +0200
committerrekado <rekado@elephly.net>2016-07-04 23:28:11 +0200
commiteb68817603307d880984506accd29f75fc54b8a4 (patch)
tree7a78218bb593bd6a9b2a290f48c6e1cb3fa79152 /init.el
parent93e30c56783934ec448e92294956bb5574fd55a4 (diff)
eww: Render fonts with variable pitch.
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8e2cd2e..f495b16 100644
--- a/init.el
+++ b/init.el
@@ -209,3 +209,8 @@
(setq pdf-info-epdfinfo-program "~/.guix-profile/bin/epdfinfo")
(pdf-tools-install)
+;; enable variable-pitch-mode in eww
+(add-hook 'eww-mode-hook
+ (lambda ()
+ (variable-pitch-mode 1)))
+