~indented elfeed-feeds init

This commit is contained in:
2020-09-01 23:30:40 +01:00
parent 9b8d89b83c
commit cf9c2b407a

View File

@@ -1216,11 +1216,12 @@ to elfeed for loading the system.
("BBC Tech News" ("BBC Tech News"
"http://morss.aryadevchavali.com/feeds.bbci.co.uk/news/technology/rss.xml" "http://morss.aryadevchavali.com/feeds.bbci.co.uk/news/technology/rss.xml"
News))) News)))
(setq elfeed-db-directory (concat user-emacs-directory "elfeed"))
:config :config
(with-eval-after-load "evil-collection" (with-eval-after-load "evil-collection"
(evil-collection-elfeed-setup)) (evil-collection-elfeed-setup))
(setq elfeed-feeds (cl-map 'list #'(lambda (item) (append (list (nth 1 item)) (cdr (cdr item)))) +rss/feed-urls))) (setq elfeed-feeds (cl-map 'list #'(lambda (item)
(append (list (nth 1 item)) (cdr (cdr item))))
+rss/feed-urls)))
#+end_src #+end_src
* Major modes, programming and text * Major modes, programming and text
Setups for common major modes and languages. Setups for common major modes and languages.