diff options
author | Thanos Apollo <[email protected]> | 2024-01-18 17:05:47 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-18 17:05:47 +0200 |
commit | 45f6cf7ba34b4f8fe7042ff1de6adca1a82709e2 (patch) | |
tree | bdf5597e90462ed5dc71f42db1b16d3d9261b313 /.emacs.d/modules | |
parent | 78e5f43ebb797d068e05c8fbd36b2165a5e8258f (diff) |
emacs:(elfeed) Update search-filter & add anna's rss
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-elfeed.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-elfeed.el b/.emacs.d/modules/thanos-elfeed.el index ed5f4e0..09d59e5 100644 --- a/.emacs.d/modules/thanos-elfeed.el +++ b/.emacs.d/modules/thanos-elfeed.el @@ -32,6 +32,7 @@ (require 'elfeed) (require 'elfeed-goodies) +(setf elfeed-search-filter "@1-week-ago +unread") (setf elfeed-feeds '(("https://hackaday.com/blog/feed/" @@ -59,13 +60,15 @@ ("https://bits.debian.org/feeds/feed.rss" debian linux) ("https://torrentfreak.com/feed" - torrentfreak) + torrentfreak piracy) ("https://wp.medscape.com/cx/rssfeeds/2700.xml" med medscape) ("https://www.science.org/action/showFeed?type=etoc&feed=rss&jc=sciimmunol" science) ("https://www.who.int/rss-feeds/news-english.xml" who medicine) + ("https://annas-blog.org/rss.xml" + anna piracy) ("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 medicine) ("https://www.addtoany.com/add_to/feed?linkurl=http%3A%2F%2Fwww.thelancet.com%2Frssfeed%2Flanhae_online.xml&type=feed&linkname=The%20Lancet%20Haematology%20Online%20First&linknote=" @@ -90,5 +93,8 @@ (define-key elfeed-search-mode-map (kbd "v") 'elfeed-mpv) (define-key elfeed-search-mode-map (kbd "U") 'elfeed-update) +;; browser +(setf browse-url-browser-function #'browse-url-default-browser) + (provide 'thanos-elfeed) ;;; thanos-elfeed.el ends here |