summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.org b/init.org
index 2376c2a..6f2026e 100644
--- a/init.org
+++ b/init.org
@@ -2281,8 +2281,7 @@
(defun jao-rss-subscribe ()
(interactive)
- (let* ((url (or (jao-rss--find-url)
- (jao-url-around-point)
+ (let* ((url (or (jao-url-around-point)
(read-string "Feed URL: ")))
(url+title (if url (cons url "") (jao-rss--find-url)))
(url (car url+title))