You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the same .emacs.d/elpa/ directory for different versions of Emacs causes errors, since the .elc files of one version can be incompatible with other other versions. I propose to set the package-user-dir in core-configuration-layer.el according to the variable emacs-version. Instead of a single elpa directory, we will have elpa/24.3, elpa/24.4, etc. The end result is to be able to use the same .emacs.d directory for different Emacs versions.
This probably requires some other changes to the core and to the tests as well.
The text was updated successfully, but these errors were encountered:
Using the same
.emacs.d/elpa/
directory for different versions of Emacs causes errors, since the.elc
files of one version can be incompatible with other other versions. I propose to set thepackage-user-dir
incore-configuration-layer.el
according to the variableemacs-version
. Instead of a singleelpa
directory, we will haveelpa/24.3
,elpa/24.4
, etc. The end result is to be able to use the same.emacs.d
directory for different Emacs versions.This probably requires some other changes to the core and to the tests as well.
The text was updated successfully, but these errors were encountered: