[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reacting to package load
From: |
Eli Zaretskii |
Subject: |
Re: Reacting to package load |
Date: |
Sat, 25 Nov 2023 15:06:55 +0200 |
> From: Psionic K <psionik@positron.solutions>
> Date: Sat, 25 Nov 2023 21:54:47 +0900
>
> I need a strategy to detect when a package is loaded so I can look for a
> header (or predetermined override) to install non-elisp dependencies for
> that package.
>
> If there's a hook or functions variable, I can't guess the name. Not sure
> where I might add advice if that's the best available approach.
Is eval-after-load what you had in mind?