From f62702e1ea5cdd24740961cda890007fefcab78f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 31 Mar 2019 11:16:50 +0200 Subject: [PATCH] [Gnus] Explicitly initialize demon --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index ce9bdbd..07c4c9d 100644 --- a/init.el +++ b/init.el @@ -1528,6 +1528,8 @@ search commands like `db/helm-shortcuts’." ;; Automatically scan for new news (gnus-demon-add-handler 'db/gnus-demon-scan-news-on-level-2 5 5) + (gnus-demon-init) + ;; Visit group under point and immediately close it; this updates ;; gnus’ registry as a side-effect (bind-key "v u"