summaryrefslogtreecommitdiff
path: root/elfeed-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'elfeed-conf.el')
-rw-r--r--elfeed-conf.el20
1 files changed, 13 insertions, 7 deletions
diff --git a/elfeed-conf.el b/elfeed-conf.el
index 40fe8f7..a683931 100644
--- a/elfeed-conf.el
+++ b/elfeed-conf.el
@@ -30,12 +30,12 @@
(setq elfeed-feeds
(list (list "https://blog.tanyakhovanova.com/feed/"
'math 'khovanova 'blog)
- (list "https://wiwi.video/feeds/videos.atom?sort=-publishedAt"
- 'wiwi)
- (list "https://wiwikuan.com/index.xml"
- 'wiwi 'blog)
+ ;; (list "https://wiwi.video/feeds/videos.atom?sort=-publishedAt"
+ ;; 'wiwi)
+ ;; (list "https://wiwikuan.com/index.xml"
+ ;; 'wiwi 'blog)
(list "https://protesilaos.com/codelog.xml"
- 'prot 'code)
+ 'prot 'code 'emacs)
(list "https://protesilaos.com/news.xml"
'prot 'news)
(list "https://protesilaos.com/politics.xml"
@@ -50,16 +50,22 @@
'lukesmith 'peertube)
(list "https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA"
'lukesmith 'youtube)
- (list "https://www.youtube.com/feeds/videos.xml?channel_id=UCiWXd0nmBjlKROwzMyPV-Nw"
- 'zhichi 'youtube)
+ ;; (list "https://www.youtube.com/feeds/videos.xml?channel_id=UCiWXd0nmBjlKROwzMyPV-Nw"
+ ;; 'zhichi 'youtube)
(list "https://blog.rust-lang.org/feed.xml"
'rust 'blog)
+ (list "https://sachachua.com/blog/feed/"
+ 'sacha 'emacs 'blog)
;; (list "https://www.youtube.com/feeds/videos.xml?channel_id=UCPtfAE6_21oqjO7Bh2bJcog"
;; 'teukkaniikka 'arduino)
))
(define-key elfeed-search-mode-map (vector #x78) 'elfeed-search-exit)
+;;; Default search filter
+
+(setq elfeed-search-filter "@6-months-ago +emacs")
+
;; I still prefer the defaults.
(setq elfeed-show-entry-switch #'switch-to-buffer)