diff options
author | jao <jao@gnu.org> | 2023-11-11 23:10:59 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-11-11 23:10:59 +0000 |
commit | 2b3cbdb59589c7d5ac7e4e28a1db2c2f6e88ad57 (patch) | |
tree | 99efdfe1554c42c5fd2ac9f4a02d29028e5726ef /custom | |
parent | 1843941d9eabbcf33dddbc41ddbe60c4001fb865 (diff) | |
download | elibs-2b3cbdb59589c7d5ac7e4e28a1db2c2f6e88ad57.tar.gz elibs-2b3cbdb59589c7d5ac7e4e28a1db2c2f6e88ad57.tar.bz2 |
nits
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))) |