help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Use package-vc.el for declarative, source-based package management?


From: Stefan Monnier
Subject: Re: Use package-vc.el for declarative, source-based package management?
Date: Mon, 15 Apr 2024 08:29:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> After having ensured that packages are installed, the following
> initializes load-path:
>
>   (package-initialize)

This does a whole lot more than initialize `load-path`.
More importantly, this is a function which you should never need to
call (it's called automatically by other functions, as needed).

What you should generally call instead is `package-activate-all`.

If you find it necessary to call `package-initialize`, please report it
as a bug.


        Stefan




reply via email to

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