diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |