From 4444616076105252c827f8313edd4d4c1caf29f9 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 6 Apr 2024 15:54:19 +0100 Subject: auto-readable is now provided by eww --- custom/jao-custom-eww.el | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index 441ab6a..81dcd6e 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -173,7 +173,11 @@ (eww-download-directory jao-sink-dir) (eww-header-line-format " %u") (eww-form-checkbox-selected-symbol "☒") - (eww-buffer-name-length 180)) + (eww-buffer-name-length 180) + (eww-readable-urls '("guardian\\.co\\.uk" + "theguardian\\.com" + "eldiario\\.es" + "theconversation"))) :config (with-eval-after-load "org" (require 'ol-eww nil t)) @@ -207,16 +211,6 @@ ("C-c C-w" . jao-eww-close) ("M-i" . eww-toggle-images)))) -;;; auto-readable -(defvar jao-eww-auto-readable-urls - (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))) - (eww-readable))) - -(add-hook 'eww-after-render-hook #'jao-eww-autoread) - ;;; fixes for shr image rendering (require 'shr) -- cgit v1.2.3