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