From d0f8c16fd87df93a4fa1512bb0e8c652857bf7a4 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 19 Sep 2025 22:17:33 +0100 Subject: attic --- custom/jao-custom-eww.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'custom/jao-custom-eww.el') diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index cdd5c8d..93a2c92 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -195,12 +195,6 @@ (when (not (string-blank-p s)) (format "%s" s)))) (setq eww-auto-rename-buffer #'jao-eww-buffer-name) - (defun jao-eww-readable (rdrview) - (interactive "P" eww-mode) - (if rdrview - (eww-rdrview-toggle-and-reload) - (eww-readable))) - :bind (:map eww-mode-map (("b" . eww-back-url) ("B" . eww-forward-url) ("d" . jao-download) @@ -211,7 +205,7 @@ ("o" . jao-eww-browse) ("O" . jao-eww-browse-new) ("r" . jao-eww-reload) - ("R" . jao-eww-readable) + ("R" . eww-readable) ("s" . eww-search-words) ("S" . jao-eww-browse-new) ("T" . jao-mastodon-toot-url) -- cgit v1.2.3