summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-completion.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-20 19:03:07 +0100
committerjao <jao@gnu.org>2025-09-20 19:03:07 +0100
commitabda6921e5a013051fc9fcd5de8d682be1a4d44d (patch)
tree4779d6a07912e62fb89a9d6a5a97d61786c22d8d /custom/jao-custom-completion.el
parent889b21138993a67a286f380bbc6d4ca56e475b42 (diff)
downloadelibs-abda6921e5a013051fc9fcd5de8d682be1a4d44d.tar.gz
elibs-abda6921e5a013051fc9fcd5de8d682be1a4d44d.tar.bz2
jao-r2e: new package to handle rss2email subscriptions
Diffstat (limited to 'custom/jao-custom-completion.el')
-rw-r--r--custom/jao-custom-completion.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el
index 436a4db..98b853c 100644
--- a/custom/jao-custom-completion.el
+++ b/custom/jao-custom-completion.el
@@ -1,5 +1,7 @@
;; -*- lexical-binding: t; -*-
+(require 'jao-r2e)
+
;;; builtin completion
(setq tab-always-indent 'complete
read-extended-command-predicate #'command-completion-default-include-p
@@ -308,7 +310,7 @@
(define-key embark-url-map (kbd "RET") #'jao-embark-url)
(define-key embark-url-map (kbd "f") #'browse-url-firefox)
-(define-key embark-url-map (kbd "x") #'jao-rss-subscribe)
+(define-key embark-url-map (kbd "x") #'jao-r2e-subscribe)
(define-key embark-url-map (kbd "m") 'jao-browse-with-external-browser)
(define-key embark-url-map (kbd "p") 'jao-mpc-add-or-play-url)