Update news
This commit is contained in:
parent
2318a5c1eb
commit
6d7c22d650
1 changed files with 13 additions and 11 deletions
|
@ -13,8 +13,7 @@
|
|||
:bind ("C-x w" . elfeed)
|
||||
:init
|
||||
(setq elfeed-feeds
|
||||
'(
|
||||
("https://netzpolitik.org/feed/" netz politik news)
|
||||
'(("https://netzpolitik.org/feed/" netz politik news)
|
||||
("https://www.guyrutenberg.com/feed/" linux blog)
|
||||
("https://www.raspberrypi.com/news/feed/" blog pi os)
|
||||
("https://blog.mozilla.org/en/feed/" browser web)
|
||||
|
@ -25,7 +24,6 @@
|
|||
("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web)
|
||||
("https://feeds.feedburner.com/GoogleWebFonts" fonts blog google)
|
||||
("https://nostarch.com/feeds/newbooks.xml" books)
|
||||
("https://metaebene.me/feed/m4a/" podcast)
|
||||
("https://www.strategyzer.com/blog/rss.xml" business blog strategyzer)
|
||||
("https://www.neondystopia.com/feed/" cyberpunk blog)
|
||||
("https://www.raspberrypi.org/blog/feed/" raspberry blog)
|
||||
|
@ -40,13 +38,11 @@
|
|||
("https://www.heise.de/thema/Linux-und-Open-Source?view=atom" linux news)
|
||||
("https://www.linux-magazin.de/feed/" linux news)
|
||||
("https://rockylinux.org/rss.xml" linux admin news)
|
||||
("https://rework.withgoogle.com/blog/feed" teams work blog)
|
||||
)
|
||||
elfeed-search-filter "@4-day-ago +unread")
|
||||
("https://rework.withgoogle.com/blog/feed" teams work blog)))
|
||||
(setq elfeed-search-filter "@4-day-ago +unread")
|
||||
:config
|
||||
(mapcar
|
||||
#'(lambda (feed)
|
||||
(add-to-list 'elfeed-feeds feed))
|
||||
#'(lambda (feed) (add-to-list 'elfeed-feeds feed))
|
||||
;; lisp / clojure / emacs feeds
|
||||
'(("http://planet.sbcl.org/rss20.xml" sbcl lisp)
|
||||
("http://atomized.org/rss.xml" lisp emacs blog)
|
||||
|
@ -68,8 +64,7 @@
|
|||
("http://planet.clojure.in/atom.xml" clojure news hacking jvm java)
|
||||
("https://lisp-journey.gitlab.io/index.xml" lisp blog)))
|
||||
(mapcar
|
||||
#'(lambda (feed)
|
||||
(add-to-list 'elfeed-feeds feed))
|
||||
#'(lambda (feed) (add-to-list 'elfeed-feeds feed))
|
||||
;; ux feeds
|
||||
'(("https://www.audiotranskription.de/feed/" ux blog qda)
|
||||
("https://uxcontent.com/feed/" ux writing blog)
|
||||
|
@ -80,7 +75,14 @@
|
|||
("https://uxmovement.com/feed" ux design)
|
||||
("https://www.uxbeginner.com/feed/" ux design)
|
||||
("https://jeffgothelf.com/feed/" lean ux design blog)
|
||||
("https://uxwritinghub.com/feed/" ux writing blog))))
|
||||
("https://uxwritinghub.com/feed/" ux writing blog)))
|
||||
(mapcar
|
||||
#'(lambda (feed) (add-to-list 'elfeed-feeds feed))
|
||||
;; podcasts
|
||||
'(("https://logbuch-netzpolitik.de/feed/m4a" netzpolitik podcast)
|
||||
("https://changelog.com/podcast/feed" software-development open-source)
|
||||
("https://www.ndr.de/nachrichten/info/podcast4696.xml" klima)
|
||||
("https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" osint))))
|
||||
|
||||
(use-package gnus
|
||||
:ensure nil
|
||||
|
|
Loading…
Add table
Reference in a new issue