From 29fe00dd65fc4dc9909cfcfdcbba119535198ac8 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 19 Sep 2025 22:18:50 +0100 Subject: whitespace --- custom/jao-custom-eww.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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))) -- cgit v1.2.3