We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
I want to have different elpa directories for different versions of emacs. Currently prelude overrides package-user-dir
Describe the solution you'd like
A variable that controls this behaviour (defvar) so the user can override it. eg:
(when prelude-override-package-user-dir (setq package-user-dir ...
Describe alternatives you've considered
My current solution is has been to comment the (setq package-user-dir ...) line
Additional context
It helps to have different directories for elpa downloaded files for different versions of emacs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
I want to have different elpa directories for different versions of emacs. Currently prelude overrides package-user-dir
Describe the solution you'd like
A variable that controls this behaviour (defvar) so the user can override it. eg:
Describe alternatives you've considered
My current solution is has been to comment the (setq package-user-dir ...) line
Additional context
It helps to have different directories for elpa downloaded files for different versions of emacs.
The text was updated successfully, but these errors were encountered: