From c4bb9a9a7667f69bcb5089f8a2161e9c8344642e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 13 Jun 2021 09:43:28 +0200 Subject: [PATCH] Group configuration of Gnus agent for better readablity This only means to wrap a `use-package` around the variable settings, but since I may be playing around with this in the future, it's better to visually group this configuration already now. --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index c7c8ed6..e4e2c17 100644 --- a/init.el +++ b/init.el @@ -1799,9 +1799,10 @@ ;; Agents -(setq gnus-agent-mark-unread-after-downloaded nil - gnus-agent-synchronize-flags t - gnus-agent-go-online t) +(use-package gnus-agent + :init (setq gnus-agent-mark-unread-after-downloaded nil + gnus-agent-synchronize-flags t + gnus-agent-go-online t)) ;; Package configuration