summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-eww.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-19 22:18:50 +0100
committerjao <jao@gnu.org>2025-09-19 22:18:50 +0100
commit29fe00dd65fc4dc9909cfcfdcbba119535198ac8 (patch)
treedc1755de617002067a991aaa1a5863b0bd07c8f0 /custom/jao-custom-eww.el
parentd0f8c16fd87df93a4fa1512bb0e8c652857bf7a4 (diff)
downloadelibs-29fe00dd65fc4dc9909cfcfdcbba119535198ac8.tar.gz
elibs-29fe00dd65fc4dc9909cfcfdcbba119535198ac8.tar.bz2
whitespace
Diffstat (limited to 'custom/jao-custom-eww.el')
-rw-r--r--custom/jao-custom-eww.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el
index 93a2c92..eb25013 100644
--- a/custom/jao-custom-eww.el
+++ b/custom/jao-custom-eww.el
@@ -159,7 +159,10 @@
;;; auto-readable
(defvar jao-eww-auto-readable-urls
- (regexp-opt '("guardian.co.uk" "theguardian.com" "github.com" "eldiario.es")))
+ (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)))