diff options
-rw-r--r-- | init.el | 20 |
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 _) |