summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-27 23:07:12 -0500
committerCase Duckworth2021-09-27 23:07:12 -0500
commit8abe4fa3bc3b5158850b263dbe89ae1dd5dd0b3b (patch)
tree8fb1e531cefba91432d1153de76a13cb7f31779c /init.el
parentDefault to text-mode with edit-server (diff)
downloademacs-8abe4fa3bc3b5158850b263dbe89ae1dd5dd0b3b.tar.gz
emacs-8abe4fa3bc3b5158850b263dbe89ae1dd5dd0b3b.zip
Add tags to elfeed-protocol feeds
Diffstat (limited to 'init.el')
-rw-r--r--init.el20
1 files changed, 18 insertions, 2 deletions
diff --git a/init.el b/init.el index 46cba35..ddbc5cf 100644 --- a/init.el +++ b/init.el
@@ -1373,11 +1373,27 @@ specific to most general, they are these:
1373(setup (:straight elfeed 1373(setup (:straight elfeed
1374 elfeed-protocol) 1374 elfeed-protocol)
1375 (:option elfeed-use-curl t 1375 (:option elfeed-use-curl t
1376 elfeed-curl-extra-arguments '("--insecure")
1376 elfeed-feeds `(("fever+https://acdw@mf.acdw.net" 1377 elfeed-feeds `(("fever+https://acdw@mf.acdw.net"
1377 :api-url "https://mf.acdw.net/fever/" 1378 :api-url "https://mf.acdw.net/fever/"
1378 :password ,(acdw/make-password-fetcher 1379 :password ,(acdw/make-password-fetcher
1379 :host "mf.acdw.net")))) 1380 :host "mf.acdw.net")
1380 1381 :autotags ; do I want to use elfeed-org ?
1382 '(("r/emacs" reddit social emacs)
1383 ("protesilaos.com/codelog.xml" emacs)
1384 ("tildes.net" social)
1385 ("catandgirl.com" comics)
1386 ("qwantz.com" comics)
1387 ("emacsninja.com" emacs)
1388 ("falseknees.com" comics)
1389 ("emacslife.com" emacs)
1390 ("lisp.org" lisp programming)
1391 ("scheme.org" scheme programming)
1392 ("smbc-comics.com" comics)
1393 ("youtube.com" video)
1394 ("tilde.news" social)
1395 ("xkcd.com" comics)))))
1396 (elfeed-set-timeout 3600)
1381 (elfeed-protocol-enable) 1397 (elfeed-protocol-enable)
1382 (:advise elfeed :after 1398 (:advise elfeed :after
1383 (defun elfeed@protocol-update (&rest _) 1399 (defun elfeed@protocol-update (&rest _)