emacs.d/bundle/bundle--news.el

96 lines
5 KiB
EmacsLisp
Raw Normal View History

2021-12-15 17:51:04 +01:00
(use-package eww
2022-05-06 19:31:15 +02:00
:defer t
2021-12-15 17:51:04 +01:00
:init
(add-hook 'eww-after-render-hook #'shrface-mode)
:config
(require 'shrface)
(setq shr-use-colors nil
shr-use-fonts nil
shr-cookie-policy nil
browse-url-browser-function (quote eww-browse-url)))
(use-package elfeed
:bind ("C-x w" . elfeed)
:init
(setq elfeed-feeds
'(("http://nullprogram.com/feed/" lisp blog)
2022-05-16 14:24:38 +02:00
("https://m-x-erlangen.gitlab.io/atom.xml" lisp meetup)
2022-05-15 22:27:31 +02:00
("https://takeonrules.com/index.atom" lisp emacs blog)
2022-05-15 19:28:58 +02:00
("https://www.fsf.org/static/fsforg/rss/news.xml" fsf news)
("https://www.fsf.org/static/fsforg/rss/blogs.xml" fsf blogs)
("https://www.fsf.org/static/fsforg/rss/events.xml" fsf events)
2021-12-22 10:36:59 +01:00
("https://netzpolitik.org/feed/" netz politik news)
2022-05-11 20:43:19 +02:00
;; ("https://logbuch-netzpolitik.de/feed/m4a" netz politik podcast meta)
2022-05-11 16:18:03 +02:00
("https://lisp-journey.gitlab.io/index.xml" lisp blog)
2022-05-12 09:20:06 +02:00
("https://www.guyrutenberg.com/feed/" linux blog)
2022-04-24 12:58:34 +02:00
;; ("https://c-for-dummies.com/blog/?feed=rss2" cc blog)
2021-12-20 09:46:08 +01:00
("https://www.raspberrypi.com/news/feed/" blog pi os)
2021-12-15 17:51:04 +01:00
("https://planet.emacslife.com/atom.xml" emacs)
2022-05-08 09:37:49 +02:00
("https://planet.lisp.org/rss20.xml" lisp blogs)
2021-12-15 17:51:04 +01:00
("https://drewdevault.com/blog/index.xml" coding golang blog)
("https://emacsredux.com/atom.xml" emacs blog)
2022-04-29 14:41:13 +02:00
("https://yiming.dev/rss.xml" coding emacs lisp blog)
2021-12-15 17:51:04 +01:00
("https://endlessparentheses.com/atom.xml" emacs elisp blog)
("https://blog.mozilla.org/en/feed/" browser web)
("https://blog.codinghorror.com/rss/" coding blog)
("https://blog.chromium.org/feeds/posts/default" browser web)
("https://hacks.mozilla.org/feed/" browser web)
("https://www.interaction-design.org/rss/site_news.xml" ux design)
2022-05-11 20:43:19 +02:00
;; ("https://www.nngroup.com/feed/rss/" ux design)
;; ("https://uxpamagazine.org/?feed=full" ux design)
;; ("https://feedpress.me/UXmatters" ux design)
;; ("https://uxmovement.com/feed" ux design)
;; ("https://www.uxbeginner.com/feed/" ux design)
;; ("https://jeffgothelf.com/feed/" lean ux design blog)
2021-12-15 17:51:04 +01:00
("https://www.colinmclear.net/posts/index.xml" research emacs blog)
("https://en.wikipedia.org/w/api.php?action=featuredfeed&feed=onthisday&feedformat=atom" general)
2022-05-11 20:43:19 +02:00
;; ("https://uxwritinghub.com/feed/" ux writing blog)
2021-12-15 17:51:04 +01:00
("https://www.philnewton.net/blog/feed/" emacs blog)
("https://emacsredux.com/atom.xml" emacs blog)
("https://marcus3santos.github.io/index.xml" emacs blog)
("https://pragdave.me/feed.xml" coding blog)
2022-04-24 12:58:34 +02:00
;; ("https://feeds.feedburner.com/PythonInsider" security bugs python news)
2021-12-15 17:51:04 +01:00
("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web)
2022-04-29 14:41:13 +02:00
;; ("https://blog.codinghorror.com/rss/" blog coding)
;; ("https://makezine.com/feed/" blog hardware hacking make)
2022-04-24 12:58:34 +02:00
;; ("https://blog.pythonanywhere.com/index.xml" blog python hosting)
;; ("https://pbpython.com/feeds/all.atom.xml" blog python)
2022-02-08 12:52:31 +01:00
("https://feeds.feedburner.com/GoogleWebFonts" fonts blog google)
2022-05-28 16:24:33 +02:00
("https://feeds.feedburner.com/glyph" python blog)
2022-05-11 20:43:19 +02:00
;; ("https://uxcontent.com/feed/" ux writing blog)
;; ("https://userlutions.com/feed/" ux usability blog)
2022-02-25 16:01:35 +01:00
("https://nostarch.com/feeds/newbooks.xml" books)
2022-05-19 19:51:57 +02:00
("https://www.djangoproject.com/rss/weblog/" django python official news)
2022-04-24 12:58:34 +02:00
;; ("https://realpython.com/atom.xml?format=xml" python blog)
;; ("https://feeds.feedburner.com/PythonSoftwareFoundationNews" python psf news)
2022-04-29 14:41:13 +02:00
;; ("https://appliedgo.net/index.xml" golang blog)
;; ("https://blog.learngoprogramming.com/feed" golang blog)
2022-04-24 12:58:34 +02:00
;; ("https://www.askpython.com/feed" python tutorials docs)
2022-04-29 14:41:13 +02:00
;; ("https://gosamples.dev/index.xml" golang blog)
;; ("https://golangbyexample.com/feed/" golang blog)
;; ("https://go.dev/blog/feed.atom" golang blog official)
;; ("https://golangdocs.com/feed" golang tutorials docs)
;; ("https://golangnews.com/index.xml" golang news)
2022-04-24 12:32:05 +02:00
("https://metaebene.me/feed/m4a/" podcast)
2022-05-29 15:40:15 +02:00
("https://www.heise.de/rss/heise-atom.xml" heise news blog technik)
2022-04-24 12:58:34 +02:00
;; ("https://blog.rust-lang.org/feed.xml" rust blog news)
)
2022-04-29 14:41:13 +02:00
elfeed-search-filter "@4-day-ago +unread"))
2021-12-24 16:21:16 +01:00
(use-package gnus
:ensure nil
:hook (gnus-summary-prepare . gnus-summary-sort-by-most-recent-date)
:custom
(user-full-name "Marcus Kammer")
2021-12-28 11:44:24 +01:00
(gnus-inhibit-startup-message t)
(gnus-check-new-newsgroups nil)
2022-05-07 19:37:20 +02:00
(gnus-select-method '(nntp "news.individual.de"
2021-12-24 16:21:16 +01:00
(nntp-open-connection-function nntp-open-ssl-stream)
2022-05-07 19:37:20 +02:00
(nntp-port-number 563)))
2022-05-20 15:47:13 +02:00
:config
(add-to-list 'gnus-secondary-select-methods
'(nnimap "mailbox"
(nnimap-address "imap.mailbox.org")
(nnimap-server-port 143)
(nnimap-stream starttls))))