diff options
author | Case Duckworth | 2021-09-01 17:15:20 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-01 17:15:20 -0500 |
commit | 2b74eb7995a53e6e9d3631904fdaddbe67f7e723 (patch) | |
tree | 4f4927f1b4e35f6676ed34ce065ef489515973eb | |
parent | Add acdw/fetch-password and circe network configuration (diff) | |
download | emacs-2b74eb7995a53e6e9d3631904fdaddbe67f7e723.tar.gz emacs-2b74eb7995a53e6e9d3631904fdaddbe67f7e723.zip |
Add elfeed
-rw-r--r-- | init.el | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/init.el b/init.el index d56c33d..5a9d9e9 100644 --- a/init.el +++ b/init.el | |||
@@ -1362,6 +1362,23 @@ like a dumbass." | |||
1362 | :repo "duckwork/electric-cursor")) | 1362 | :repo "duckwork/electric-cursor")) |
1363 | (electric-cursor-mode +1)) | 1363 | (electric-cursor-mode +1)) |
1364 | 1364 | ||
1365 | (setup (:straight elfeed | ||
1366 | elfeed-protocol) | ||
1367 | (:option elfeed-use-curl t | ||
1368 | elfeed-feeds `(("fever+https://acdw@mf.acdw.net" | ||
1369 | :api-url "https://mf.acdw.net/fever/" | ||
1370 | :password ,(acdw/fetch-password | ||
1371 | :host "mf.acdw.net")))) | ||
1372 | |||
1373 | (elfeed-protocol-enable) | ||
1374 | |||
1375 | (add-hook 'elfeed-show-mode-hook | ||
1376 | (defun elfeed-show@setup () | ||
1377 | (olivetti-mode +1))) | ||
1378 | |||
1379 | ;; see https://irreal.org/blog/?p=8885 | ||
1380 | ) | ||
1381 | |||
1365 | (setup (:straight (elpher :host nil | 1382 | (setup (:straight (elpher :host nil |
1366 | :repo "git://thelambdalab.xyz/elpher.git")) | 1383 | :repo "git://thelambdalab.xyz/elpher.git")) |
1367 | (:option elpher-ipv4-always t | 1384 | (:option elpher-ipv4-always t |