diff options
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)) |