From 940c4b04a89818cdfafbf02390f0eb283c6d5a46 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 6 Feb 2022 20:56:19 +0100 Subject: [PATCH] Remove explicit initialization of gnus-demon This is automatically done by `gnus-demon-add-handler`. --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 552938c..8a7e5d9 100644 --- a/init.el +++ b/init.el @@ -1871,7 +1871,6 @@ ;; Automatically scan for new news (gnus-demon-add-handler 'db/gnus-demon-scan-news-on-level-2 5 5) - (add-hook 'gnus-started-hook #'gnus-demon-init) ;; Visit group under point and immediately close it; this updates ;; gnus’ registry as a side-effect