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 · 1 comment
Open
Labels

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.

Copy link

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your understanding!

@github-actions github-actions bot added the stale label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant