On Wed, May 22, 2024 at 11:15:31PM +0200, Ergus wrote: > > > On May 20, 2024 7:37:42 AM GMT+02:00, tomas@tuxteam.de wrote: [...] > >If I understand correctly, :init happens (possibly) before the package > >is loaded. So assuming it's already there seems risky. > > > Exactly. [...] > The package may be autoloaded unless there is a defer indication (command, keymap, defer). > > The :init may take place at any moment, but usually it is before loading the package. There is also a :preface keyword which happens even earlier, for example to set things like the load-path or define functions that will be used in the init. Thanks for the clarifications :-) -- t