|
From: | Stefan Monnier |
Subject: | Re: decision on moving core packages to ELPA; also move to obsolete? |
Date: | Tue, 15 Dec 2020 14:57:41 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
>> Doesn't package.el install stuff under ~/.emacs.d/elpa/ ? > yes. >> > If so, what happens with installed Lisp files under /usr/share/ ? > They stay there, but ~/.emacs.d/elpa is earlier in load-path. Not only that: we could very easily setup the bundled packages such that they are only added to `load-path` by `package-activate`, so if a newer version is in ~/.emacs.d/elpa the bundled version won't even make it to the `load-path` (contrary to what happens with the packages hosted in Core like `python.el` or Org). Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |