diff options
author | Case Duckworth | 2021-10-09 16:22:20 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-09 16:22:20 -0500 |
commit | 148ddca527eaf0a223e42f719ffd115f7e5975f1 (patch) | |
tree | 119ad4fe869705892fc46d31b5537d6c53129fd2 | |
parent | Configure mu4e (diff) | |
download | emacs-148ddca527eaf0a223e42f719ffd115f7e5975f1.tar.gz emacs-148ddca527eaf0a223e42f719ffd115f7e5975f1.zip |
Configure elfeed
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 7d11489..6b011c1 100644 --- a/init.el +++ b/init.el | |||
@@ -1496,7 +1496,8 @@ See also `crux-reopen-as-root-mode'." | |||
1496 | ("smbc-comics.com" comics) | 1496 | ("smbc-comics.com" comics) |
1497 | ("youtube.com" video) | 1497 | ("youtube.com" video) |
1498 | ("tilde.news" social) | 1498 | ("tilde.news" social) |
1499 | ("xkcd.com" comics))))) | 1499 | ("xkcd.com" comics)))) |
1500 | elfeed-show-unique-buffers t) | ||
1500 | (:autoload elfeed-set-timeout) | 1501 | (:autoload elfeed-set-timeout) |
1501 | (elfeed-set-timeout 3600) | 1502 | (elfeed-set-timeout 3600) |
1502 | (elfeed-protocol-enable) | 1503 | (elfeed-protocol-enable) |