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.
This commit is contained in:
Daniel - 2021-06-13 09:43:28 +02:00
parent 73e8ded9da
commit c4bb9a9a76
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 3 deletions

View File

@ -1799,9 +1799,10 @@
;; Agents
(setq gnus-agent-mark-unread-after-downloaded nil
(use-package gnus-agent
:init (setq gnus-agent-mark-unread-after-downloaded nil
gnus-agent-synchronize-flags t
gnus-agent-go-online t)
gnus-agent-go-online t))
;; Package configuration