This commit is contained in:
2025-07-03 21:35:44 -04:00
parent a2b469f7dd
commit 585e8fcd8c
2 changed files with 12 additions and 0 deletions

View File

@@ -728,5 +728,15 @@
:straight t
:mode "\\.nix\\'")
;; RSS
(use-package elfeed
:ensure t
:straight t
:custom
(elfeed-feeds
'(("https://hnrss.org/frontpage" hn)
("https://lwn.net/headlines/rss" lwn))))
(provide 'init)
;;; init.el ends here