info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

use-package :custom causes gnus to load


From: Juan José García-Ripoll
Subject: use-package :custom causes gnus to load
Date: Sat, 28 Oct 2023 11:53:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

I have a stupid peeve with my current configuration, which relies on
`use-package` to defer loading of `gnus`, but still configuring relevant
parameters.

I have found that all of the :custom statements are fine, except for

:custom
(gnus-select-method '(nnnil ""))

It seems this custom statement triggers loading of gnus. I found this
can be used by replacing this statement with

:config
(setq gnus-select-method '(nnnil ""))

However, it is less than satisfactory.

Any clue about this?

-- 
Juan José García Ripoll
http://juanjose.garciaripoll.com
http://quinfog.hbar.es




reply via email to

[Prev in Thread] Current Thread [Next in Thread]