Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* use-package :custom causes gnus to load
@ 2023-10-28  9:53 Juan José García-Ripoll
  2023-10-28 11:37 ` Bartosz Kaczyński
  0 siblings, 1 reply; 6+ messages in thread
From: Juan José García-Ripoll @ 2023-10-28  9:53 UTC (permalink / raw)
  To: info-gnus-english

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-28 15:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-28  9:53 use-package :custom causes gnus to load Juan José García-Ripoll
2023-10-28 11:37 ` Bartosz Kaczyński
2023-10-28 13:39   ` Björn Bidar
2023-10-28 14:40   ` Juan José García-Ripoll
2023-10-28 15:33     ` Björn Bidar
2023-10-28 15:38     ` Bartosz Kaczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).