diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-06 04:18:30 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-06 04:18:30 +0000 |
commit | c6f7e3da161722ddc5188e435e5a6edb4312a99d (patch) | |
tree | fda104943019a4552e5a1144d5783bcd79e8a773 /init.el | |
parent | 759a4bbce2f852b5e29a9d37f29bb23a8a5737ee (diff) |
added url for elfeed
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -473,6 +473,7 @@ If failed try to complete the common part with `company-complete-common'" (setq elfeed-feeds '(("https://hnrss.org/newcomments?q=openbsd") ("https://hnrss.org/newest?q=openbsd") + ("https://planet.clojure.in/atom.xml") ("https://hnrss.org/newest?q=plaintext") ("https://hnrss.org/newest?q=taskwarrior") ("https://hnrss.org/newest?q=Roam") |