summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-09 16:22:20 -0500
committerCase Duckworth2021-10-09 16:22:20 -0500
commit148ddca527eaf0a223e42f719ffd115f7e5975f1 (patch)
tree119ad4fe869705892fc46d31b5537d6c53129fd2 /init.el
parentConfigure mu4e (diff)
downloademacs-148ddca527eaf0a223e42f719ffd115f7e5975f1.tar.gz
emacs-148ddca527eaf0a223e42f719ffd115f7e5975f1.zip
Configure elfeed
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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)