From 2b3cbdb59589c7d5ac7e4e28a1db2c2f6e88ad57 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 11 Nov 2023 23:10:59 +0000 Subject: nits --- custom/jao-custom-eww.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/jao-custom-eww.el') diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index d4a68ea..4dcb1bc 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -166,7 +166,7 @@ ;;; auto-readable (defvar jao-eww-auto-readable-urls - (regexp-opt '("guardian.co.uk" "theguardian.com" "github.com"))) + (regexp-opt '("guardian.co.uk" "theguardian.com" "github.com" "eldiario.es"))) (defun jao-eww-autoread () (when (string-match-p jao-eww-auto-readable-urls (or (eww-current-url))) -- cgit v1.2.3