Skip to content
New issue

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

Give the option of not overriding elpa directory (package-user-dir) #1406

Open
dmgerman opened this issue Jul 29, 2023 · 0 comments
Open

Give the option of not overriding elpa directory (package-user-dir) #1406

dmgerman opened this issue Jul 29, 2023 · 0 comments

Comments

@dmgerman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant