+support for unlimited tags in +rss/feed-urls

This uses the second cdr of any one feed-url item, which is the
remaining args in there.
This commit is contained in:
dx
2020-05-05 20:48:51 +01:00
parent 717181328c
commit cdea867c9d

View File

@@ -15,7 +15,7 @@
(when (featurep! +elfeed)
(after! elfeed
(setq elfeed-feeds (cl-map 'list (lambda (item) (list (nth 1 item) (nth 2 item))) +rss/feed-urls))))
(setq elfeed-feeds (cl-map 'list (lambda (item) (append (list (nth 1 item)) (cdr (cdr item)))) +rss/feed-urls))))
(when (featurep! +newsticker)
(defun +rss/set-feed-urls (LIST)