summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.org b/init.org
index 4bd913f..28c4f31 100644
--- a/init.org
+++ b/init.org
@@ -1494,9 +1494,9 @@
(insert "\nmaildir-mailbox = " mbox "\n\n")
(save-buffer)))
- (defun jao-rss-subscribe (&optional url)
+ (defun jao-rss-subscribe (url)
"Subscribe to a given RSS URL. If URL not given, look for it."
- (interactive)
+ (interactive "s")
(let* ((url (or url
(jao-url-around-point)
(jao-rss--find-url)