From abda6921e5a013051fc9fcd5de8d682be1a4d44d Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 20 Sep 2025 19:03:07 +0100 Subject: jao-r2e: new package to handle rss2email subscriptions --- custom/jao-custom-eww.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'custom/jao-custom-eww.el') diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index eb25013..beeb97e 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -1,5 +1,7 @@ ;; -*- lexical-binding: t -*- +(require 'jao-r2e) + ;;; integration with browse-url and afio (defun jao-eww-browse-url (url &rest _r) "Browse URL using eww." @@ -216,7 +218,7 @@ ("U" . jao-eww-reopen-new) ("w" . jao-eww-to-org) ("q" . jao-eww-close) - ("x" . jao-rss-subscribe) + ("x" . jao-r2e-subscribe) ("y" . jao-eww-copy-link) ("\\" . eww-view-source) ("C-c C-w" . jao-eww-close) -- cgit v1.2.3