summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2025-03-15 15:43:28 +0200
committerThanos Apollo <[email protected]>2025-03-15 15:43:28 +0200
commitb8baecd1163aee695a168b495a5f6975b379d9d6 (patch)
treefea815865ba2ac849ae8a6a9c083b7be9e1baa51
parent86c0946e67fe923915cc12be34a46daa8cdec03a (diff)
emacs: Update elfeed feeds.
-rw-r--r--.config/emacs/init.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 0b48b91..2c6bbdf 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -1061,16 +1061,12 @@ Useful if you write in langs like Greek :)."
thanos)
("http://wikileaks.org/feed"
wikileaks)
- ("https://hackernoon.com/feed"
- hackernoon)
("https://torrentfreak.com/feed"
torrentfreak piracy)
("https://www.science.org/action/showFeed?type=etoc&feed=rss&jc=sciimmunol"
science)
("http://localhost/?action=display&bridge=CssSelectorBridge&home_page=https%3A%2F%2Fwww.medscape.com%2Findex%2Flist_13470_0&url_selector=a.title&url_pattern=viewarticle%2F.*&content_selector=div.article__main-content&content_cleanup=&title_cleanup=+-+Index&limit=&format=Atom"
medscape med)
- ("http://localhost/?action=display&bridge=CssSelectorBridge&home_page=https%3A%2F%2Fwww.tovima.gr%2Flatest-news%2F&url_selector=a.columns&url_pattern=&content_selector=div.main-content&content_cleanup=div.wrap-facebook%2Cdiv.googlenews&title_cleanup=&limit=&format=Atom"
- tovima greek news)
("http://localhost/?action=display&bridge=CssSelectorBridge&home_page=https%3A%2F%2Fwww.estianews.gr%2Feidiseis-arthra%2F&url_selector=h3.entry-title&url_pattern=&content_selector=div.col-lg-8&content_cleanup=&title_cleanup=&limit=&format=Atom"
estia greek news)
("http://localhost/?action=display&bridge=CssSelectorBridge&home_page=https%3A%2F%2Fwww.estianews.gr%2Fkentriko-thema%2F&url_selector=h3.entry-title&url_pattern=&content_selector=div.col-md-8&content_cleanup=&title_cleanup=&limit=&format=Atom"
@@ -1089,6 +1085,8 @@ Useful if you write in langs like Greek :)."
("https://localmonero.co/static/rss/the-monero-standard/feed.xml" monero)
("https://devonzuegel.com/feed" devon)
("https://www.addtoany.com/add_to/feed?linkurl=http%3A%2F%2Fwww.thelancet.com%2Frssfeed%2Flancet_online.xml&type=feed&linkname=The%20Lancet%20Online%20First&linknote=" lancet med)
+ ("http://100.68.64.36/?action=display&bridge=CssSelectorBridge&home_page=https%3A%2F%2Fwww.rebelnews.com%2Fnews&url_selector=a.text-black&url_pattern=&content_selector=div.content&content_cleanup=div.embed-widget&title_cleanup=&limit=&format=Atom"
+ news rebelnews)
("https://www.propublica.org/feeds/propublica/main" probublica news)
("http://tools.cdc.gov/podcasts/feed.asp?feedid=183" cdc med)
("http://planet.lisp.org/rss20.xml" lisp planetlisp)
@@ -1109,7 +1107,9 @@ Useful if you write in langs like Greek :)."
("https://www.aartaka.me.eu.org/"
artyom blog lisp)
("https://nyxt-browser.com/feed"
- nyxt lisp)))
+ nyxt lisp)
+ ("https://getimiskon.xyz/rss.xml"
+ person)))
(defun elfeed-mpv (&optional use-generic-p)
"Play video link with mpv."
@@ -1126,7 +1126,7 @@ Useful if you write in langs like Greek :)."
:map elfeed-search-mode-map
("v" . 'elfeed-mpv)
("U" . 'elfeed-update))
- :hook ((elfeed-searchacw-mode . (lambda () (display-line-numbers-mode 0)))))
+ :hook ((elfeed-search-mode . (lambda () (display-line-numbers-mode 0)))))
(use-package transmission
:vc (:url "https://github.com/holomorph/transmission")